Html Css Color HEX #DEC816 Sunflower

📋 copy color: '#DEC816'

red 222 ◦ green 200 ◦ blue 22

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

Shades of Sunflower #DEC816

Tints of Sunflower #DEC816

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.05%

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

R = 50%
G = 45.05%
B = 4.95%

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

#DEC816 (or 0xDEC816) is known color: Sunflower. HEX triplet: DE, C8 and 16. RGB value is (222,200,22). Sum of RGB (Red+Green+Blue) = 222+200+22=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 200 (78.52% from 255 or 45.05% from 444); Blue value is 22 (8.98% from 255 or 4.95% from 444); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC816 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC816 is #2137E9. Grayscale: #BBBBBB. Windows color (decimal): -2177002 or 1493214. OLE color: 1493214.

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

Color convert

RGB 222 200 22 -
CMYK 0 0.10 0.90 0.13
HSL 53.4º 0.82% 0.48% -
HSV(B) 53.4º 0.9% 0.87% -
XYZ 50.92 56.9 9.06 -
YUV 186.29 35.29 153.47 -
System Red Green Blue C M Y K H S L
Decimal 222 200 22 0 0.10 0.90 0.13 53.4 0.82 0.48
Hex DE C8 16 0 A 5A D 35 52 30
Octal 336 310 26 0 12 132 15 65 122 60
Binary 11011110 11001000 10110 0 1010 1011010 1101 110101 1010010 110000

Color Harmonies of #DEC816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC816

Black with #DEC816

Text Example


Text Example

White with #DEC816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC816; }

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

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

background-color css

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

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

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

border-color css

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

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

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