#DFC302

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

Shades of Sunflower #DFC302

Tints of Sunflower #DFC302

Color information

#DFC302 (or 0xDFC302) is unknown color: approx Sunflower. HEX triplet: DF, C3 and 02. RGB value is (223,195,2). Sum of RGB (Red+Green+Blue) = 223+195+2=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 195 (76.56% from 255 or 46.43% from 420); Blue value is 2 (1.17% from 255 or 0.48% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC302 is #203CFD. Grayscale: #B6B6B6. Windows color (decimal): -2112766 or 181215. OLE color: 181215.

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

Color convert

RGB2231952-
CMYK00.130.990.13
HSL52.4º98.22%44.12%-
HSV(B)52.4º99.1%87.45%-
XYZ49.9654.727.99-
YUV181.3726.78157.69-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 53.10%
GREEN value IS 195 (76.56% from 255) = 46.43%
BLUE value IS 2 (1.17% from 255) = 0.48%
R=53.10%
G=46.43%
B=0.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.99
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223195200.130.990.1352.498.2244.12
HexDFC320D63D34622c
Octal3373032015143156414254
Binary11011111110000111001101110001111011101001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC302; }

 p { color: rgb(223,195,2); }

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

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

 a { background-color: rgb(223,195,2); }

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

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

 span { border-color: rgb(223,195,2); }

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