Html Css Color HEX #DEC820 Sunflower

📋 copy color: '#DEC820'

red 222 ◦ green 200 ◦ blue 32

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

Shades of Sunflower #DEC820

Tints of Sunflower #DEC820

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.05%

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

R = 48.9%
G = 44.05%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DEC820 (or 0xDEC820) is known color: Sunflower. HEX triplet: DE, C8 and 20. RGB value is (222,200,32). Sum of RGB (Red+Green+Blue) = 222+200+32=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 200 (78.52% from 255 or 44.05% from 454); Blue value is 32 (12.89% from 255 or 7.05% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC820 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC820 is #2137DF. Grayscale: #BCBCBC. Windows color (decimal): -2176992 or 2148574. OLE color: 2148574.

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

Color convert

RGB 222 200 32 -
CMYK 0 0.10 0.86 0.13
HSL 53.05º 0.75% 0.5% -
HSV(B) 53.05º 0.86% 0.87% -
XYZ 51.04 56.94 9.67 -
YUV 187.43 40.29 152.66 -
System Red Green Blue C M Y K H S L
Decimal 222 200 32 0 0.10 0.86 0.13 53.05 0.75 0.5
Hex DE C8 20 0 A 56 D 35 4B 32
Octal 336 310 40 0 12 126 15 65 113 62
Binary 11011110 11001000 100000 0 1010 1010110 1101 110101 1001011 110010

Color Harmonies of #DEC820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC820

Black with #DEC820

Text Example


Text Example

White with #DEC820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC820; }

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

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

background-color css

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

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

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

border-color css

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

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

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