#DFCF12

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

Shades of Sunflower #DFCF12

Tints of Sunflower #DFCF12

Color information

#DFCF12 (or 0xDFCF12) is unknown color: approx Sunflower. HEX triplet: DF, CF and 12. RGB value is (223,207,18). Sum of RGB (Red+Green+Blue) = 223+207+18=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 18 (7.42% from 255 or 4.02% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCF12 is #2030ED. Grayscale: #BFBFBF. Windows color (decimal): -2109678 or 1232863. OLE color: 1232863.

HSL color Cylindrical-coordinate representation of color #DFCF12: hue angle of 55.32º 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 #DFCF12 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB22320718-
CMYK00.070.920.13
HSL55.32º85.06%47.25%-
HSV(B)55.32º91.93%87.45%-
XYZ52.8560.369.44-
YUV190.2430.8151.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.78%
GREEN value IS 207 (81.25% from 255) = 46.21%
BLUE value IS 18 (7.42% from 255) = 4.02%
R=49.78%
G=46.21%
B=4.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232071800.070.920.1355.3285.0647.25
HexDFCF12075CD37552f
Octal3373172207134156712557
Binary1101111111001111100100111101110011011101111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCF12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCF12; }

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

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

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

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

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

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

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

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