Html Css Color HEX #DEC720 Sunflower

📋 copy color: '#DEC720'

red 222 ◦ green 199 ◦ blue 32

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

Shades of Sunflower #DEC720

Tints of Sunflower #DEC720

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.93%

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

R = 49.01%
G = 43.93%
B = 7.06%

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

#DEC720 (or 0xDEC720) is known color: Sunflower. HEX triplet: DE, C7 and 20. RGB value is (222,199,32). Sum of RGB (Red+Green+Blue) = 222+199+32=453 (60% of max value = 765). Red value is 222 (87.11% from 255 or 49.01% from 453); Green value is 199 (78.12% from 255 or 43.93% from 453); Blue value is 32 (12.89% from 255 or 7.06% from 453); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC720 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC720 is #2138DF. Grayscale: #BBBBBB. Windows color (decimal): -2177248 or 2148318. OLE color: 2148318.

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

Color convert

RGB 222 199 32 -
CMYK 0 0.10 0.86 0.13
HSL 52.74º 0.75% 0.5% -
HSV(B) 52.74º 0.86% 0.87% -
XYZ 50.81 56.48 9.59 -
YUV 186.84 40.62 153.08 -
System Red Green Blue C M Y K H S L
Decimal 222 199 32 0 0.10 0.86 0.13 52.74 0.75 0.5
Hex DE C7 20 0 A 56 D 35 4B 32
Octal 336 307 40 0 12 126 15 65 113 62
Binary 11011110 11000111 100000 0 1010 1010110 1101 110101 1001011 110010

Color Harmonies of #DEC720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC720

Black with #DEC720

Text Example


Text Example

White with #DEC720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC720; }

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

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

background-color css

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

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

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

border-color css

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

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

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