Html Css Color HEX #DFCA20 Sunflower

📋 copy color: '#DFCA20'

red 223 ◦ green 202 ◦ blue 32

#DFCA20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunflower #DFCA20

Tints of Sunflower #DFCA20

RGB

 RED value IS 223 (87.5% from 255) = 48.8%

 GREEN value IS 202 (79.3% from 255) = 44.2%

 BLUE value IS 32 (12.89% from 255) = 7%

R = 48.8%
G = 44.2%
B = 7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DFCA20 (or 0xDFCA20) is known color: Sunflower. HEX triplet: DF, CA and 20. RGB value is (223,202,32). Sum of RGB (Red+Green+Blue) = 223+202+32=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 32 (12.89% from 255 or 7.00% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCA20 is #2035DF. Grayscale: #BDBDBD. Windows color (decimal): -2110944 or 2149087. OLE color: 2149087.

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

Color convert

RGB 223 202 32 -
CMYK 0 0.09 0.86 0.13
HSL 53.4º 0.75% 0.5% -
HSV(B) 53.4º 0.86% 0.87% -
XYZ 51.81 58.03 9.84 -
YUV 188.9 39.46 152.32 -
System Red Green Blue C M Y K H S L
Decimal 223 202 32 0 0.09 0.86 0.13 53.4 0.75 0.5
Hex DF CA 20 0 9 56 D 35 4B 32
Octal 337 312 40 0 11 126 15 65 113 62
Binary 11011111 11001010 100000 0 1001 1010110 1101 110101 1001011 110010

Color Harmonies of #DFCA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCA20

Black with #DFCA20

Text Example


Text Example

White with #DFCA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCA20; }

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

 H1.HeaderClassName
 {
   color: #DFCA20;
 }
 .AnyTagClassName
 {
   color: #DFCA20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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