#D3C921

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

Shades of Barberry #D3C921

Tints of Barberry #D3C921

Color information

#D3C921 (or 0xD3C921) is unknown color: approx Barberry. HEX triplet: D3, C9 and 21. RGB value is (211,201,33). Sum of RGB (Red+Green+Blue) = 211+201+33=445 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.42% from 445); Green value is 201 (78.91% from 255 or 45.17% from 445); Blue value is 33 (13.28% from 255 or 7.42% from 445); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C921 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C921 is #2C36DE. Grayscale: #B9B9B9. Windows color (decimal): -2897631 or 2214355. OLE color: 2214355.

HSL color Cylindrical-coordinate representation of color #D3C921: hue angle of 56.63º 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 #D3C921 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB21120133-
CMYK00.050.840.17
HSL56.63º72.95%47.84%-
HSV(B)56.63º84.36%82.75%-
XYZ48.0355.739.66-
YUV184.8442.31146.66-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.42%
GREEN value IS 201 (78.91% from 255) = 45.17%
BLUE value IS 33 (13.28% from 255) = 7.42%
R=47.42%
G=45.17%
B=7.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.84
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2112013300.050.840.1756.6372.9547.84
HexD3C921055411394930
Octal3233114105124217111160
Binary110100111100100110000101011010100100011110011001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C921; }

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

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

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

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

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

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

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

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