#DFCA00

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

Shades of Sunflower #DFCA00

Tints of Sunflower #DFCA00

Color information

#DFCA00 (or 0xDFCA00) is unknown color: approx Sunflower. HEX triplet: DF, CA and 00. RGB value is (223,202,0). Sum of RGB (Red+Green+Blue) = 223+202+0=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 202 (79.30% from 255 or 47.53% from 425); Blue value is 0 (0.39% from 255 or 0% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCA00 is #2035FF. Grayscale: #BABABA. Windows color (decimal): -2110976 or 51935. OLE color: 51935.

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

Color convert

RGB2232020-
CMYK00.0910.13
HSL54.35º100%43.73%-
HSV(B)54.35º100%87.45%-
XYZ51.5557.938.46-
YUV185.2523.46154.93-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 52.47%
GREEN value IS 202 (79.30% from 255) = 47.53%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.47%
G=47.53%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223202000.0910.1354.3510043.73
HexDFCA00964D36642c
Octal3373120011144156614454
Binary1101111111001010001001110010011011101101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCA00; }

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

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

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

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

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

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

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

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