Html Css Color HEX #DEB130 Gold Tips

📋 copy color: '#DEB130'

red 222 ◦ green 177 ◦ blue 48

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

Shades of Gold Tips #DEB130

Tints of Gold Tips #DEB130

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.6%

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

R = 49.66%
G = 39.6%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DEB130 (or 0xDEB130) is known color: Gold Tips. HEX triplet: DE, B1 and 30. RGB value is (222,177,48). Sum of RGB (Red+Green+Blue) = 222+177+48=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 177 (69.53% from 255 or 39.60% from 447); Blue value is 48 (19.14% from 255 or 10.74% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEB130 is #214ECF. Grayscale: #B0B0B0. Windows color (decimal): -2182864 or 3191262. OLE color: 3191262.

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

Color convert

RGB 222 177 48 -
CMYK 0 0.20 0.78 0.13
HSL 44.48º 0.73% 0.53% -
HSV(B) 44.48º 0.78% 0.87% -
XYZ 46.38 47.19 9.46 -
YUV 175.75 55.91 160.99 -
System Red Green Blue C M Y K H S L
Decimal 222 177 48 0 0.20 0.78 0.13 44.48 0.73 0.53
Hex DE B1 30 0 14 4E D 2C 48 35
Octal 336 261 60 0 24 116 15 54 110 65
Binary 11011110 10110001 110000 0 10100 1001110 1101 101100 1001000 110101

Color Harmonies of #DEB130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB130

Black with #DEB130

Text Example


Text Example

White with #DEB130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB130; }

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

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

background-color css

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

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

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

border-color css

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

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

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