#D4C121

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

Shades of Barberry #D4C121

Tints of Barberry #D4C121

Color information

#D4C121 (or 0xD4C121) is unknown color: approx Barberry. HEX triplet: D4, C1 and 21. RGB value is (212,193,33). Sum of RGB (Red+Green+Blue) = 212+193+33=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 193 (75.78% from 255 or 44.06% from 438); Blue value is 33 (13.28% from 255 or 7.53% from 438); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C121 is #2B3EDE. Grayscale: #B5B5B5. Windows color (decimal): -2834143 or 2212308. OLE color: 2212308.

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

Color convert

RGB21219333-
CMYK00.090.840.17
HSL53.63º73.06%48.04%-
HSV(B)53.63º84.43%83.14%-
XYZ46.552.259.07-
YUV180.4444.79150.51-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.40%
GREEN value IS 193 (75.78% from 255) = 44.06%
BLUE value IS 33 (13.28% from 255) = 7.53%
R=48.40%
G=44.06%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.84
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121933300.090.840.1753.6373.0648.04
HexD4C121095411364930
Octal32430141011124216611160
Binary1101010011000001100001010011010100100011101101001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C121; }

 p { color: rgb(212,193,33); }

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

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

 a { background-color: rgb(212,193,33); }

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

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

 span { border-color: rgb(212,193,33); }

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