Html Css Color HEX #DEB716 Sunflower

📋 copy color: '#DEB716'

red 222 ◦ green 183 ◦ blue 22

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

Shades of Sunflower #DEB716

Tints of Sunflower #DEB716

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.86%

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

R = 51.99%
G = 42.86%
B = 5.15%

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

#DEB716 (or 0xDEB716) is known color: Sunflower. HEX triplet: DE, B7 and 16. RGB value is (222,183,22). Sum of RGB (Red+Green+Blue) = 222+183+22=427 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.99% from 427); Green value is 183 (71.88% from 255 or 42.86% from 427); Blue value is 22 (8.98% from 255 or 5.15% from 427); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEB716 is #2148E9. Grayscale: #B0B0B0. Windows color (decimal): -2181354 or 1488862. OLE color: 1488862.

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

Color convert

RGB 222 183 22 -
CMYK 0 0.18 0.90 0.13
HSL 48.3º 0.82% 0.48% -
HSV(B) 48.3º 0.9% 0.87% -
XYZ 47.2 49.45 7.82 -
YUV 176.31 40.92 160.59 -
System Red Green Blue C M Y K H S L
Decimal 222 183 22 0 0.18 0.90 0.13 48.3 0.82 0.48
Hex DE B7 16 0 12 5A D 30 52 30
Octal 336 267 26 0 22 132 15 60 122 60
Binary 11011110 10110111 10110 0 10010 1011010 1101 110000 1010010 110000

Color Harmonies of #DEB716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB716

Black with #DEB716

Text Example


Text Example

White with #DEB716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB716; }

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

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

background-color css

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

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

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

border-color css

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

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

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