#D3CB21

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

Shades of Barberry #D3CB21

Tints of Barberry #D3CB21

Color information

#D3CB21 (or 0xD3CB21) is unknown color: approx Barberry. HEX triplet: D3, CB and 21. RGB value is (211,203,33). Sum of RGB (Red+Green+Blue) = 211+203+33=447 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.20% from 447); Green value is 203 (79.69% from 255 or 45.41% from 447); Blue value is 33 (13.28% from 255 or 7.38% from 447); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CB21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3CB21 is #2C34DE. Grayscale: #BABABA. Windows color (decimal): -2897119 or 2214867. OLE color: 2214867.

HSL color Cylindrical-coordinate representation of color #D3CB21: hue angle of 57.3º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D3CB21 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB21120333-
CMYK00.040.840.17
HSL57.3º72.95%47.84%-
HSV(B)57.3º84.36%82.75%-
XYZ48.4956.679.82-
YUV186.0141.65145.82-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.20%
GREEN value IS 203 (79.69% from 255) = 45.41%
BLUE value IS 33 (13.28% from 255) = 7.38%
R=47.20%
G=45.41%
B=7.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.84
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2112033300.040.840.1757.372.9547.84
HexD3CB21045411394930
Octal3233134104124217111160
Binary110100111100101110000101001010100100011110011001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CB21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CB21; }

 p { color: rgb(211,203,33); }

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

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

 a { background-color: rgb(211,203,33); }

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

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

 span { border-color: rgb(211,203,33); }

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