Html Css Color HEX #DEC216 Sunflower

📋 copy color: '#DEC216'

red 222 ◦ green 194 ◦ blue 22

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

Shades of Sunflower #DEC216

Tints of Sunflower #DEC216

RGB

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

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

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

R = 50.68%
G = 44.29%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DEC216 (or 0xDEC216) is known color: Sunflower. HEX triplet: DE, C2 and 16. RGB value is (222,194,22). Sum of RGB (Red+Green+Blue) = 222+194+22=438 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.68% from 438); Green value is 194 (76.17% from 255 or 44.29% from 438); Blue value is 22 (8.98% from 255 or 5.02% from 438); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC216 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC216 is #213DE9. Grayscale: #B7B7B7. Windows color (decimal): -2178538 or 1491678. OLE color: 1491678.

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

Color convert

RGB 222 194 22 -
CMYK 0 0.13 0.90 0.13
HSL 51.6º 0.82% 0.48% -
HSV(B) 51.6º 0.9% 0.87% -
XYZ 49.56 54.17 8.6 -
YUV 182.76 37.28 155.99 -
System Red Green Blue C M Y K H S L
Decimal 222 194 22 0 0.13 0.90 0.13 51.6 0.82 0.48
Hex DE C2 16 0 D 5A D 34 52 30
Octal 336 302 26 0 15 132 15 64 122 60
Binary 11011110 11000010 10110 0 1101 1011010 1101 110100 1010010 110000

Color Harmonies of #DEC216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC216

Black with #DEC216

Text Example


Text Example

White with #DEC216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC216; }

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

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

background-color css

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

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

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

border-color css

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

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

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