#DFCE12

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

Shades of Sunflower #DFCE12

Tints of Sunflower #DFCE12

Color information

#DFCE12 (or 0xDFCE12) is unknown color: approx Sunflower. HEX triplet: DF, CE and 12. RGB value is (223,206,18). Sum of RGB (Red+Green+Blue) = 223+206+18=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 206 (80.86% from 255 or 46.09% from 447); Blue value is 18 (7.42% from 255 or 4.03% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCE12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCE12 is #2031ED. Grayscale: #BEBEBE. Windows color (decimal): -2109934 or 1232607. OLE color: 1232607.

HSL color Cylindrical-coordinate representation of color #DFCE12: hue angle of 55.02º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DFCE12 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB22320618-
CMYK00.080.920.13
HSL55.02º85.06%47.25%-
HSV(B)55.02º91.93%87.45%-
XYZ52.6159.879.36-
YUV189.6531.13151.79-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.89%
GREEN value IS 206 (80.86% from 255) = 46.09%
BLUE value IS 18 (7.42% from 255) = 4.03%
R=49.89%
G=46.09%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232061800.080.920.1355.0285.0647.25
HexDFCE12085CD37552f
Octal33731622010134156712557
Binary11011111110011101001001000101110011011101111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCE12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCE12; }

 p { color: rgb(223,206,18); }

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

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

 a { background-color: rgb(223,206,18); }

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

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

 span { border-color: rgb(223,206,18); }

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