Html Css Color HEX #DEC916 Sunflower

📋 copy color: '#DEC916'

red 222 ◦ green 201 ◦ blue 22

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

Shades of Sunflower #DEC916

Tints of Sunflower #DEC916

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.17%

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

R = 49.89%
G = 45.17%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DEC916 (or 0xDEC916) is known color: Sunflower. HEX triplet: DE, C9 and 16. RGB value is (222,201,22). Sum of RGB (Red+Green+Blue) = 222+201+22=445 (58% of max value = 765). Red value is 222 (87.11% from 255 or 49.89% from 445); Green value is 201 (78.91% from 255 or 45.17% from 445); Blue value is 22 (8.98% from 255 or 4.94% from 445); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC916 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC916 is #2136E9. Grayscale: #BBBBBB. Windows color (decimal): -2176746 or 1493470. OLE color: 1493470.

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

Color convert

RGB 222 201 22 -
CMYK 0 0.09 0.90 0.13
HSL 53.7º 0.82% 0.48% -
HSV(B) 53.7º 0.9% 0.87% -
XYZ 51.16 57.36 9.13 -
YUV 186.87 34.96 153.05 -
System Red Green Blue C M Y K H S L
Decimal 222 201 22 0 0.09 0.90 0.13 53.7 0.82 0.48
Hex DE C9 16 0 9 5A D 36 52 30
Octal 336 311 26 0 11 132 15 66 122 60
Binary 11011110 11001001 10110 0 1001 1011010 1101 110110 1010010 110000

Color Harmonies of #DEC916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC916

Black with #DEC916

Text Example


Text Example

White with #DEC916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC916; }

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

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

background-color css

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

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

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

border-color css

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

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

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