#DFC812

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

Shades of Sunflower #DFC812

Tints of Sunflower #DFC812

Color information

#DFC812 (or 0xDFC812) is unknown color: approx Sunflower. HEX triplet: DF, C8 and 12. RGB value is (223,200,18). Sum of RGB (Red+Green+Blue) = 223+200+18=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 200 (78.52% from 255 or 45.35% from 441); Blue value is 18 (7.42% from 255 or 4.08% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC812 is #2037ED. Grayscale: #BABABA. Windows color (decimal): -2111470 or 1231071. OLE color: 1231071.

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

Color convert

RGB22320018-
CMYK00.100.920.13
HSL53.27º85.06%47.25%-
HSV(B)53.27º91.93%87.45%-
XYZ51.1957.048.88-
YUV186.1333.12154.3-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.57%
GREEN value IS 200 (78.52% from 255) = 45.35%
BLUE value IS 18 (7.42% from 255) = 4.08%
R=50.57%
G=45.35%
B=4.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232001800.100.920.1353.2785.0647.25
HexDFC8120A5CD35552f
Octal33731022012134156512557
Binary11011111110010001001001010101110011011101011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC812; }

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

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

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

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

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

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

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

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