#DCCF0E

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

Shades of Sunflower #DCCF0E

Tints of Sunflower #DCCF0E

Color information

#DCCF0E (or 0xDCCF0E) is unknown color: approx Sunflower. HEX triplet: DC, CF and 0E. RGB value is (220,207,14). Sum of RGB (Red+Green+Blue) = 220+207+14=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 207 (81.25% from 255 or 46.94% from 441); Blue value is 14 (5.86% from 255 or 3.17% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCF0E is #2330F1. Grayscale: #BDBDBD. Windows color (decimal): -2306290 or 970716. OLE color: 970716.

HSL color Cylindrical-coordinate representation of color #DCCF0E: hue angle of 56.21º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DCCF0E is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB22020714-
CMYK00.060.940.14
HSL56.21º88.03%45.88%-
HSV(B)56.21º93.64%86.27%-
XYZ51.9159.879.24-
YUV188.8829.31150.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.89%
GREEN value IS 207 (81.25% from 255) = 46.94%
BLUE value IS 14 (5.86% from 255) = 3.17%
R=49.89%
G=46.94%
B=3.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.94
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202071400.060.940.1456.2188.0345.88
HexDCCFE065EE38582e
Octal3343171606136167013056
Binary110111001100111111100110101111011101110001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCF0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCF0E; }

 p { color: rgb(220,207,14); }

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

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

 a { background-color: rgb(220,207,14); }

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

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

 span { border-color: rgb(220,207,14); }

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