Html Css Color HEX #DEB616 Sunflower

📋 copy color: '#DEB616'

red 222 ◦ green 182 ◦ blue 22

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

Shades of Sunflower #DEB616

Tints of Sunflower #DEB616

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.72%

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

R = 52.11%
G = 42.72%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DEB616 (or 0xDEB616) is known color: Sunflower. HEX triplet: DE, B6 and 16. RGB value is (222,182,22). Sum of RGB (Red+Green+Blue) = 222+182+22=426 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.11% from 426); Green value is 182 (71.48% from 255 or 42.72% from 426); Blue value is 22 (8.98% from 255 or 5.16% from 426); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEB616 is #2149E9. Grayscale: #B0B0B0. Windows color (decimal): -2181610 or 1488606. OLE color: 1488606.

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

Color convert

RGB 222 182 22 -
CMYK 0 0.18 0.90 0.13
HSL 48º 0.82% 0.48% -
HSV(B) 48º 0.9% 0.87% -
XYZ 47 49.04 7.75 -
YUV 175.72 41.25 161.01 -
System Red Green Blue C M Y K H S L
Decimal 222 182 22 0 0.18 0.90 0.13 48 0.82 0.48
Hex DE B6 16 0 12 5A D 30 52 30
Octal 336 266 26 0 22 132 15 60 122 60
Binary 11011110 10110110 10110 0 10010 1011010 1101 110000 1010010 110000

Color Harmonies of #DEB616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB616

Black with #DEB616

Text Example


Text Example

White with #DEB616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB616; }

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

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

background-color css

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

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

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

border-color css

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

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

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