#D6C01E

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

Shades of Sunflower #D6C01E

Tints of Sunflower #D6C01E

Color information

#D6C01E (or 0xD6C01E) is unknown color: approx Sunflower. HEX triplet: D6, C0 and 1E. RGB value is (214,192,30). Sum of RGB (Red+Green+Blue) = 214+192+30=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 30 (12.11% from 255 or 6.88% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C01E is #293FE1. Grayscale: #B4B4B4. Windows color (decimal): -2703330 or 2015446. OLE color: 2015446.

HSL color Cylindrical-coordinate representation of color #D6C01E: hue angle of 52.83º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D6C01E is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB21419230-
CMYK00.100.860.16
HSL52.83º75.41%47.84%-
HSV(B)52.83º85.98%83.92%-
XYZ46.8252.098.82-
YUV180.1143.29152.17-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.08%
GREEN value IS 192 (75.39% from 255) = 44.04%
BLUE value IS 30 (12.11% from 255) = 6.88%
R=49.08%
G=44.04%
B=6.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141923000.100.860.1652.8375.4147.84
HexD6C01E0A5610354b30
Octal32630036012126206511360
Binary110101101100000011110010101010110100001101011001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C01E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C01E; }

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

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

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

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

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

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

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

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