#D6B60C

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

Shades of Sunflower #D6B60C

Tints of Sunflower #D6B60C

Color information

#D6B60C (or 0xD6B60C) is unknown color: approx Sunflower. HEX triplet: D6, B6 and 0C. RGB value is (214,182,12). Sum of RGB (Red+Green+Blue) = 214+182+12=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 182 (71.48% from 255 or 44.61% from 408); Blue value is 12 (5.08% from 255 or 2.94% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B60C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B60C is #2949F3. Grayscale: #ACACAC. Windows color (decimal): -2705908 or 833238. OLE color: 833238.

HSL color Cylindrical-coordinate representation of color #D6B60C: hue angle of 50.5º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6B60C is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB21418212-
CMYK00.150.940.16
HSL50.5º89.38%44.31%-
HSV(B)50.5º94.39%83.92%-
XYZ44.5347.787.22-
YUV172.1937.6157.82-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.45%
GREEN value IS 182 (71.48% from 255) = 44.61%
BLUE value IS 12 (5.08% from 255) = 2.94%
R=52.45%
G=44.61%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.94
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141821200.150.940.1650.589.3844.31
HexD6B6C0F5E1032592c
Octal32626614017136206213154
Binary11010110101101101100011111011110100001100101011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B60C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B60C; }

 p { color: rgb(214,182,12); }

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

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

 a { background-color: rgb(214,182,12); }

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

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

 span { border-color: rgb(214,182,12); }

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