#D4C918

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

Shades of Barberry #D4C918

Tints of Barberry #D4C918

Color information

#D4C918 (or 0xD4C918) is unknown color: approx Barberry. HEX triplet: D4, C9 and 18. RGB value is (212,201,24). Sum of RGB (Red+Green+Blue) = 212+201+24=437 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.51% from 437); Green value is 201 (78.91% from 255 or 46.00% from 437); Blue value is 24 (9.77% from 255 or 5.49% from 437); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C918 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4C918 is #2B36E7. Grayscale: #B8B8B8. Windows color (decimal): -2832104 or 1624532. OLE color: 1624532.

HSL color Cylindrical-coordinate representation of color #D4C918: hue angle of 56.49º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D4C918 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.17.

Color convert

RGB21220124-
CMYK00.050.890.17
HSL56.49º79.66%46.27%-
HSV(B)56.49º88.68%83.14%-
XYZ48.255.849.1-
YUV184.1137.64147.89-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.51%
GREEN value IS 201 (78.91% from 255) = 46.00%
BLUE value IS 24 (9.77% from 255) = 5.49%
R=48.51%
G=46.00%
B=5.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.89
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2122012400.050.890.1756.4979.6646.27
HexD4C91805591138502e
Octal3243113005131217012056
Binary11010100110010011100001011011001100011110001010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C918; }

 p { color: rgb(212,201,24); }

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

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

 a { background-color: rgb(212,201,24); }

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

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

 span { border-color: rgb(212,201,24); }

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