#D6B217

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

Shades of Sunflower #D6B217

Tints of Sunflower #D6B217

Color information

#D6B217 (or 0xD6B217) is unknown color: approx Sunflower. HEX triplet: D6, B2 and 17. RGB value is (214,178,23). Sum of RGB (Red+Green+Blue) = 214+178+23=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 178 (69.92% from 255 or 42.89% from 415); Blue value is 23 (9.38% from 255 or 5.54% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B217 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6B217 is #294DE8. Grayscale: #ABABAB. Windows color (decimal): -2706921 or 1553110. OLE color: 1553110.

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

Color convert

RGB21417823-
CMYK00.170.890.16
HSL48.69º80.59%46.47%-
HSV(B)48.69º89.25%83.92%-
XYZ43.8146.27.42-
YUV171.0944.43158.6-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.57%
GREEN value IS 178 (69.92% from 255) = 42.89%
BLUE value IS 23 (9.38% from 255) = 5.54%
R=51.57%
G=42.89%
B=5.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.89
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141782300.170.890.1648.6980.5946.47
HexD6B217011591031512e
Octal32626227021131206112156
Binary1101011010110010101110100011011001100001100011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B217; }

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

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

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

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

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

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

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

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