Html Css Color HEX #DEC011 Sunflower

📋 copy color: '#DEC011'

red 222 ◦ green 192 ◦ blue 17

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

Shades of Sunflower #DEC011

Tints of Sunflower #DEC011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.94%

R = 51.51%
G = 44.55%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DEC011 (or 0xDEC011) is known color: Sunflower. HEX triplet: DE, C0 and 11. RGB value is (222,192,17). Sum of RGB (Red+Green+Blue) = 222+192+17=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 17 (7.03% from 255 or 3.94% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC011 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC011 is #213FEE. Grayscale: #B5B5B5. Windows color (decimal): -2179055 or 1163486. OLE color: 1163486.

HSL color Cylindrical-coordinate representation of color #DEC011: hue angle of 51.22º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DEC011 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 192 17 -
CMYK 0 0.14 0.92 0.13
HSL 51.22º 0.86% 0.47% -
HSV(B) 51.22º 0.92% 0.87% -
XYZ 49.08 53.27 8.23 -
YUV 181.02 35.44 157.23 -
System Red Green Blue C M Y K H S L
Decimal 222 192 17 0 0.14 0.92 0.13 51.22 0.86 0.47
Hex DE C0 11 0 E 5C D 33 56 2F
Octal 336 300 21 0 16 134 15 63 126 57
Binary 11011110 11000000 10001 0 1110 1011100 1101 110011 1010110 101111

Color Harmonies of #DEC011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC011

Black with #DEC011

Text Example


Text Example

White with #DEC011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC011; }

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

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

background-color css

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

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

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

border-color css

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

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

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