Html Css Color HEX #DEB830 Gold Tips

📋 copy color: '#DEB830'

red 222 ◦ green 184 ◦ blue 48

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

Shades of Gold Tips #DEB830

Tints of Gold Tips #DEB830

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.53%

 BLUE value IS 48 (19.14% from 255) = 10.57%

R = 48.9%
G = 40.53%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DEB830 (or 0xDEB830) is known color: Gold Tips. HEX triplet: DE, B8 and 30. RGB value is (222,184,48). Sum of RGB (Red+Green+Blue) = 222+184+48=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 184 (72.27% from 255 or 40.53% from 454); Blue value is 48 (19.14% from 255 or 10.57% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB830 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB830 is #2147CF. Grayscale: #B4B4B4. Windows color (decimal): -2181072 or 3193054. OLE color: 3193054.

HSL color Cylindrical-coordinate representation of color #DEB830: hue angle of 46.9º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DEB830 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 184 48 -
CMYK 0 0.17 0.78 0.13
HSL 46.9º 0.73% 0.53% -
HSV(B) 46.9º 0.78% 0.87% -
XYZ 47.8 50.02 9.93 -
YUV 179.86 53.59 158.06 -
System Red Green Blue C M Y K H S L
Decimal 222 184 48 0 0.17 0.78 0.13 46.9 0.73 0.53
Hex DE B8 30 0 11 4E D 2F 48 35
Octal 336 270 60 0 21 116 15 57 110 65
Binary 11011110 10111000 110000 0 10001 1001110 1101 101111 1001000 110101

Color Harmonies of #DEB830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB830

Black with #DEB830

Text Example


Text Example

White with #DEB830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB830; }

 p { color: rgb(222,184,48); }

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

background-color css

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

 a { background-color: rgb(222,184,48); }

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

border-color css

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

 span { border-color: rgb(222,184,48); }

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