#D4B31D

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

Shades of Sunflower #D4B31D

Tints of Sunflower #D4B31D

Color information

#D4B31D (or 0xD4B31D) is unknown color: approx Sunflower. HEX triplet: D4, B3 and 1D. RGB value is (212,179,29). Sum of RGB (Red+Green+Blue) = 212+179+29=420 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.48% from 420); Green value is 179 (70.31% from 255 or 42.62% from 420); Blue value is 29 (11.72% from 255 or 6.90% from 420); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4B31D is #2B4CE2. Grayscale: #ACACAC. Windows color (decimal): -2837731 or 1946580. OLE color: 1946580.

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

Color convert

RGB21217929-
CMYK00.160.860.17
HSL49.18º75.93%47.25%-
HSV(B)49.18º86.32%83.14%-
XYZ43.4946.337.81-
YUV171.7747.43156.7-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.48%
GREEN value IS 179 (70.31% from 255) = 42.62%
BLUE value IS 29 (11.72% from 255) = 6.90%
R=50.48%
G=42.62%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.86
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121792900.160.860.1749.1875.9347.25
HexD4B31D0105611314c2f
Octal32426335020126216111457
Binary1101010010110011111010100001010110100011100011001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B31D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B31D; }

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

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

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

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

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

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

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

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