#D6B417

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

Shades of Sunflower #D6B417

Tints of Sunflower #D6B417

Color information

#D6B417 (or 0xD6B417) is unknown color: approx Sunflower. HEX triplet: D6, B4 and 17. RGB value is (214,180,23). Sum of RGB (Red+Green+Blue) = 214+180+23=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 180 (70.70% from 255 or 43.17% from 417); Blue value is 23 (9.38% from 255 or 5.52% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B417 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B417 is #294BE8. Grayscale: #ACACAC. Windows color (decimal): -2706409 or 1553622. OLE color: 1553622.

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

Color convert

RGB21418023-
CMYK00.160.890.16
HSL49.32º80.59%46.47%-
HSV(B)49.32º89.25%83.92%-
XYZ44.21477.55-
YUV172.2743.76157.77-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.32%
GREEN value IS 180 (70.70% from 255) = 43.17%
BLUE value IS 23 (9.38% from 255) = 5.52%
R=51.32%
G=43.17%
B=5.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.89
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141802300.160.890.1649.3280.5946.47
HexD6B417010591031512e
Octal32626427020131206112156
Binary1101011010110100101110100001011001100001100011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B417; }

 p { color: rgb(214,180,23); }

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

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

 a { background-color: rgb(214,180,23); }

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

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

 span { border-color: rgb(214,180,23); }

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