#D4C01D

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

Shades of Sunflower #D4C01D

Tints of Sunflower #D4C01D

Color information

#D4C01D (or 0xD4C01D) is unknown color: approx Sunflower. HEX triplet: D4, C0 and 1D. RGB value is (212,192,29). Sum of RGB (Red+Green+Blue) = 212+192+29=433 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.96% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 29 (11.72% from 255 or 6.70% from 433); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C01D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C01D is #2B3FE2. Grayscale: #B4B4B4. Windows color (decimal): -2834403 or 1949908. OLE color: 1949908.

HSL color Cylindrical-coordinate representation of color #D4C01D: hue angle of 53.44º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D4C01D is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB21219229-
CMYK00.090.860.17
HSL53.44º75.93%47.25%-
HSV(B)53.44º86.32%83.14%-
XYZ46.2251.798.72-
YUV179.443.13151.25-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.96%
GREEN value IS 192 (75.39% from 255) = 44.34%
BLUE value IS 29 (11.72% from 255) = 6.70%
R=48.96%
G=44.34%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.86
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121922900.090.860.1753.4475.9347.25
HexD4C01D095611354c2f
Octal32430035011126216511457
Binary110101001100000011101010011010110100011101011001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C01D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C01D; }

 p { color: rgb(212,192,29); }

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

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

 a { background-color: rgb(212,192,29); }

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

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

 span { border-color: rgb(212,192,29); }

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