Html Css Color HEX #DEC416 Sunflower

📋 copy color: '#DEC416'

red 222 ◦ green 196 ◦ blue 22

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

Shades of Sunflower #DEC416

Tints of Sunflower #DEC416

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.55%

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

R = 50.45%
G = 44.55%
B = 5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DEC416 (or 0xDEC416) is known color: Sunflower. HEX triplet: DE, C4 and 16. RGB value is (222,196,22). Sum of RGB (Red+Green+Blue) = 222+196+22=440 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.45% from 440); Green value is 196 (76.95% from 255 or 44.55% from 440); Blue value is 22 (8.98% from 255 or 5% from 440); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC416 is #213BE9. Grayscale: #B8B8B8. Windows color (decimal): -2178026 or 1492190. OLE color: 1492190.

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

Color convert

RGB 222 196 22 -
CMYK 0 0.12 0.90 0.13
HSL 52.2º 0.82% 0.48% -
HSV(B) 52.2º 0.9% 0.87% -
XYZ 50.01 55.07 8.75 -
YUV 183.94 36.61 155.15 -
System Red Green Blue C M Y K H S L
Decimal 222 196 22 0 0.12 0.90 0.13 52.2 0.82 0.48
Hex DE C4 16 0 C 5A D 34 52 30
Octal 336 304 26 0 14 132 15 64 122 60
Binary 11011110 11000100 10110 0 1100 1011010 1101 110100 1010010 110000

Color Harmonies of #DEC416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC416

Black with #DEC416

Text Example


Text Example

White with #DEC416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC416; }

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

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

background-color css

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

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

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

border-color css

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

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

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