Html Css Color HEX #DEC211 Sunflower

📋 copy color: '#DEC211'

red 222 ◦ green 194 ◦ blue 17

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

Shades of Sunflower #DEC211

Tints of Sunflower #DEC211

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.8%

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

R = 51.27%
G = 44.8%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DEC211 (or 0xDEC211) is known color: Sunflower. HEX triplet: DE, C2 and 11. RGB value is (222,194,17). Sum of RGB (Red+Green+Blue) = 222+194+17=433 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.27% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 17 (7.03% from 255 or 3.93% from 433); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC211 is #213DEE. Grayscale: #B6B6B6. Windows color (decimal): -2178543 or 1163998. OLE color: 1163998.

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

Color convert

RGB 222 194 17 -
CMYK 0 0.13 0.92 0.13
HSL 51.8º 0.86% 0.47% -
HSV(B) 51.8º 0.92% 0.87% -
XYZ 49.52 54.15 8.37 -
YUV 182.19 34.78 156.39 -
System Red Green Blue C M Y K H S L
Decimal 222 194 17 0 0.13 0.92 0.13 51.8 0.86 0.47
Hex DE C2 11 0 D 5C D 34 56 2F
Octal 336 302 21 0 15 134 15 64 126 57
Binary 11011110 11000010 10001 0 1101 1011100 1101 110100 1010110 101111

Color Harmonies of #DEC211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC211

Black with #DEC211

Text Example


Text Example

White with #DEC211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC211; }

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

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

background-color css

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

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

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

border-color css

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

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

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