#D6C017

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

Shades of Sunflower #D6C017

Tints of Sunflower #D6C017

Color information

#D6C017 (or 0xD6C017) is unknown color: approx Sunflower. HEX triplet: D6, C0 and 17. RGB value is (214,192,23). Sum of RGB (Red+Green+Blue) = 214+192+23=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 23 (9.38% from 255 or 5.36% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C017 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C017 is #293FE8. Grayscale: #B4B4B4. Windows color (decimal): -2703337 or 1556694. OLE color: 1556694.

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

Color convert

RGB21419223-
CMYK00.100.890.16
HSL53.09º80.59%46.47%-
HSV(B)53.09º89.25%83.92%-
XYZ46.7452.068.4-
YUV179.3139.79152.74-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.88%
GREEN value IS 192 (75.39% from 255) = 44.76%
BLUE value IS 23 (9.38% from 255) = 5.36%
R=49.88%
G=44.76%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.89
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141922300.100.890.1653.0980.5946.47
HexD6C0170A591035512e
Octal32630027012131206512156
Binary110101101100000010111010101011001100001101011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C017; }

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

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

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

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

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

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

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

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