Html Css Color HEX #DEC020 Sunflower

📋 copy color: '#DEC020'

red 222 ◦ green 192 ◦ blue 32

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

Shades of Sunflower #DEC020

Tints of Sunflower #DEC020

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.05%

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

R = 49.78%
G = 43.05%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DEC020 (or 0xDEC020) is known color: Sunflower. HEX triplet: DE, C0 and 20. RGB value is (222,192,32). Sum of RGB (Red+Green+Blue) = 222+192+32=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 32 (12.89% from 255 or 7.17% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC020 is #213FDF. Grayscale: #B7B7B7. Windows color (decimal): -2179040 or 2146526. OLE color: 2146526.

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

Color convert

RGB 222 192 32 -
CMYK 0 0.14 0.86 0.13
HSL 50.53º 0.75% 0.5% -
HSV(B) 50.53º 0.86% 0.87% -
XYZ 49.23 53.33 9.07 -
YUV 182.73 42.94 156.01 -
System Red Green Blue C M Y K H S L
Decimal 222 192 32 0 0.14 0.86 0.13 50.53 0.75 0.5
Hex DE C0 20 0 E 56 D 33 4B 32
Octal 336 300 40 0 16 126 15 63 113 62
Binary 11011110 11000000 100000 0 1110 1010110 1101 110011 1001011 110010

Color Harmonies of #DEC020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC020

Black with #DEC020

Text Example


Text Example

White with #DEC020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC020; }

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

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

background-color css

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

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

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

border-color css

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

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

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