Html Css Color HEX #DEC716 Sunflower

📋 copy color: '#DEC716'

red 222 ◦ green 199 ◦ blue 22

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

Shades of Sunflower #DEC716

Tints of Sunflower #DEC716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.97%

R = 50.11%
G = 44.92%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DEC716 (or 0xDEC716) is known color: Sunflower. HEX triplet: DE, C7 and 16. RGB value is (222,199,22). Sum of RGB (Red+Green+Blue) = 222+199+22=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 199 (78.12% from 255 or 44.92% from 443); Blue value is 22 (8.98% from 255 or 4.97% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC716 is #2138E9. Grayscale: #BABABA. Windows color (decimal): -2177258 or 1492958. OLE color: 1492958.

HSL color Cylindrical-coordinate representation of color #DEC716: hue angle of 53.1º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DEC716 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 199 22 -
CMYK 0 0.10 0.90 0.13
HSL 53.1º 0.82% 0.48% -
HSV(B) 53.1º 0.9% 0.87% -
XYZ 50.69 56.43 8.98 -
YUV 185.7 35.62 153.89 -
System Red Green Blue C M Y K H S L
Decimal 222 199 22 0 0.10 0.90 0.13 53.1 0.82 0.48
Hex DE C7 16 0 A 5A D 35 52 30
Octal 336 307 26 0 12 132 15 65 122 60
Binary 11011110 11000111 10110 0 1010 1011010 1101 110101 1010010 110000

Color Harmonies of #DEC716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC716

Black with #DEC716

Text Example


Text Example

White with #DEC716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC716; }

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

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

background-color css

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

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

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

border-color css

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

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

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