#dfca1c

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

Shades of Sunflower #DFCA1C

Tints of Sunflower #DFCA1C

Color information

#DFCA1C (or 0xDFCA1C) is unknown color: approx Sunflower. HEX triplet: DF, CA and 1C. RGB value is (223,202,28). Sum of RGB (Red+Green+Blue) = 223+202+28=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 28 (11.33% from 255 or 6.18% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCA1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCA1C is #2035E3. Grayscale: #BDBDBD. Windows color (decimal): -2110948 or 1886943. OLE color: 1886943.

HSL color Cylindrical-coordinate representation of color #DFCA1C: hue angle of 53.54º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DFCA1C is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB22320228-
CMYK00.090.870.13
HSL53.54º77.69%49.22%-
HSV(B)53.54º87.44%87.45%-
XYZ51.7658.019.57-
YUV188.4437.46152.65-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.23%
GREEN value IS 202 (79.30% from 255) = 44.59%
BLUE value IS 28 (11.33% from 255) = 6.18%
R=49.23%
G=44.59%
B=6.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232022800.090.870.1353.5477.6949.22
HexDFCA1C0957D364e31
Octal33731234011127156611661
Binary11011111110010101110001001101011111011101101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfca1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfca1c; }

 p { color: rgb(223,202,28); }

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

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

 a { background-color: rgb(223,202,28); }

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

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

 span { border-color: rgb(223,202,28); }

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