Html Css Color HEX #DEC120 Sunflower

📋 copy color: '#DEC120'

red 222 ◦ green 193 ◦ blue 32

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

Shades of Sunflower #DEC120

Tints of Sunflower #DEC120

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.18%

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

R = 49.66%
G = 43.18%
B = 7.16%

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

#DEC120 (or 0xDEC120) is known color: Sunflower. HEX triplet: DE, C1 and 20. RGB value is (222,193,32). Sum of RGB (Red+Green+Blue) = 222+193+32=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 32 (12.89% from 255 or 7.16% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC120 is #213EDF. Grayscale: #B7B7B7. Windows color (decimal): -2178784 or 2146782. OLE color: 2146782.

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

Color convert

RGB 222 193 32 -
CMYK 0 0.13 0.86 0.13
HSL 50.84º 0.75% 0.5% -
HSV(B) 50.84º 0.86% 0.87% -
XYZ 49.45 53.77 9.14 -
YUV 183.32 42.61 155.59 -
System Red Green Blue C M Y K H S L
Decimal 222 193 32 0 0.13 0.86 0.13 50.84 0.75 0.5
Hex DE C1 20 0 D 56 D 33 4B 32
Octal 336 301 40 0 15 126 15 63 113 62
Binary 11011110 11000001 100000 0 1101 1010110 1101 110011 1001011 110010

Color Harmonies of #DEC120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC120

Black with #DEC120

Text Example


Text Example

White with #DEC120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC120; }

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

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

background-color css

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

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

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

border-color css

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

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

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