Html Css Color HEX #DEC220 Sunflower

📋 copy color: '#DEC220'

red 222 ◦ green 194 ◦ blue 32

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

Shades of Sunflower #DEC220

Tints of Sunflower #DEC220

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.3%

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

R = 49.55%
G = 43.3%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DEC220 (or 0xDEC220) is known color: Sunflower. HEX triplet: DE, C2 and 20. RGB value is (222,194,32). Sum of RGB (Red+Green+Blue) = 222+194+32=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 32 (12.89% from 255 or 7.14% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC220 is #213DDF. Grayscale: #B8B8B8. Windows color (decimal): -2178528 or 2147038. OLE color: 2147038.

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

Color convert

RGB 222 194 32 -
CMYK 0 0.13 0.86 0.13
HSL 51.16º 0.75% 0.5% -
HSV(B) 51.16º 0.86% 0.87% -
XYZ 49.68 54.22 9.21 -
YUV 183.9 42.28 155.17 -
System Red Green Blue C M Y K H S L
Decimal 222 194 32 0 0.13 0.86 0.13 51.16 0.75 0.5
Hex DE C2 20 0 D 56 D 33 4B 32
Octal 336 302 40 0 15 126 15 63 113 62
Binary 11011110 11000010 100000 0 1101 1010110 1101 110011 1001011 110010

Color Harmonies of #DEC220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC220

Black with #DEC220

Text Example


Text Example

White with #DEC220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC220; }

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

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

background-color css

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

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

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

border-color css

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

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

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