Html Css Color HEX #DEB916 Sunflower

📋 copy color: '#DEB916'

red 222 ◦ green 185 ◦ blue 22

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

Shades of Sunflower #DEB916

Tints of Sunflower #DEB916

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.12%

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

R = 51.75%
G = 43.12%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DEB916 (or 0xDEB916) is known color: Sunflower. HEX triplet: DE, B9 and 16. RGB value is (222,185,22). Sum of RGB (Red+Green+Blue) = 222+185+22=429 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.75% from 429); Green value is 185 (72.66% from 255 or 43.12% from 429); Blue value is 22 (8.98% from 255 or 5.13% from 429); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB916 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEB916 is #2146E9. Grayscale: #B2B2B2. Windows color (decimal): -2180842 or 1489374. OLE color: 1489374.

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

Color convert

RGB 222 185 22 -
CMYK 0 0.17 0.90 0.13
HSL 48.9º 0.82% 0.48% -
HSV(B) 48.9º 0.9% 0.87% -
XYZ 47.62 50.29 7.96 -
YUV 177.48 40.26 159.75 -
System Red Green Blue C M Y K H S L
Decimal 222 185 22 0 0.17 0.90 0.13 48.9 0.82 0.48
Hex DE B9 16 0 11 5A D 31 52 30
Octal 336 271 26 0 21 132 15 61 122 60
Binary 11011110 10111001 10110 0 10001 1011010 1101 110001 1010010 110000

Color Harmonies of #DEB916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB916

Black with #DEB916

Text Example


Text Example

White with #DEB916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB916; }

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

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

background-color css

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

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

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

border-color css

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

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

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