Html Css Color HEX #DEC520 Sunflower

📋 copy color: '#DEC520'

red 222 ◦ green 197 ◦ blue 32

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

Shades of Sunflower #DEC520

Tints of Sunflower #DEC520

RGB

 RED value IS 222 (87.11% from 255) = 49.22%

 GREEN value IS 197 (77.34% from 255) = 43.68%

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

R = 49.22%
G = 43.68%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DEC520 (or 0xDEC520) is known color: Sunflower. HEX triplet: DE, C5 and 20. RGB value is (222,197,32). Sum of RGB (Red+Green+Blue) = 222+197+32=451 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.22% from 451); Green value is 197 (77.34% from 255 or 43.68% from 451); Blue value is 32 (12.89% from 255 or 7.10% from 451); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC520 is #213ADF. Grayscale: #BABABA. Windows color (decimal): -2177760 or 2147806. OLE color: 2147806.

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

Color convert

RGB 222 197 32 -
CMYK 0 0.11 0.86 0.13
HSL 52.11º 0.75% 0.5% -
HSV(B) 52.11º 0.86% 0.87% -
XYZ 50.35 55.57 9.44 -
YUV 185.67 41.28 153.92 -
System Red Green Blue C M Y K H S L
Decimal 222 197 32 0 0.11 0.86 0.13 52.11 0.75 0.5
Hex DE C5 20 0 B 56 D 34 4B 32
Octal 336 305 40 0 13 126 15 64 113 62
Binary 11011110 11000101 100000 0 1011 1010110 1101 110100 1001011 110010

Color Harmonies of #DEC520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC520

Black with #DEC520

Text Example


Text Example

White with #DEC520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC520; }

 p { color: rgb(222,197,32); }

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

background-color css

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

 a { background-color: rgb(222,197,32); }

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

border-color css

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

 span { border-color: rgb(222,197,32); }

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