#D3BB27

Color #D3BB27 Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #D3BB27

Tints of Barberry #D3BB27

Color information

#D3BB27 (or 0xD3BB27) is unknown color: approx Barberry. HEX triplet: D3, BB and 27. RGB value is (211,187,39). Sum of RGB (Red+Green+Blue) = 211+187+39=437 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.28% from 437); Green value is 187 (73.44% from 255 or 42.79% from 437); Blue value is 39 (15.62% from 255 or 8.92% from 437); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BB27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3BB27 is #2C44D8. Grayscale: #B1B1B1. Windows color (decimal): -2901209 or 2603987. OLE color: 2603987.

HSL color Cylindrical-coordinate representation of color #D3BB27: hue angle of 51.63º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D3BB27 is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB21118739-
CMYK00.110.820.17
HSL51.63º68.8%49.02%-
HSV(B)51.63º81.52%82.75%-
XYZ4549.549.11-
YUV177.349.95152.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 211 (82.81% from 255) = 48.28%
GREEN value IS 187 (73.44% from 255) = 42.79%
BLUE value IS 39 (15.62% from 255) = 8.92%
R=48.28%
G=42.79%
B=8.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.82
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111873900.110.820.1751.6368.849.02
HexD3BB270B5211344531
Octal32327347013122216410561
Binary1101001110111011100111010111010010100011101001000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BB27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BB27; }

 p { color: rgb(211,187,39); }

 H1.HeaderClassName
 {
   color: #D3BB27;
 }
 .AnyTagClassName
 {
   color: #D3BB27;
 }
</style>
background-color css

<style>
 a { background-color: #D3BB27; }

 a { background-color: rgb(211,187,39); }

 div.DivClassName
 {
   background-color: #D3BB27;
 }
 .BgClassName
 {
   background-color: #D3BB27;
 }
</style>
border-color css

<style>
 span { border-color: #D3BB27; }

 span { border-color: rgb(211,187,39); }

 td.TdClassName
 {
   border-color: #D3BB27;
 }
 .TagClassName
 {
   border-color: #D3BB27;
 }
</style>