Html Css Color HEX #DEB231 Gold Tips

📋 copy color: '#DEB231'

red 222 ◦ green 178 ◦ blue 49

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

Shades of Gold Tips #DEB231

Tints of Gold Tips #DEB231

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.64%

 BLUE value IS 49 (19.53% from 255) = 10.91%

R = 49.44%
G = 39.64%
B = 10.91%

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

#DEB231 (or 0xDEB231) is known color: Gold Tips. HEX triplet: DE, B2 and 31. RGB value is (222,178,49). Sum of RGB (Red+Green+Blue) = 222+178+49=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 178 (69.92% from 255 or 39.64% from 449); Blue value is 49 (19.53% from 255 or 10.91% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEB231 is #214DCE. Grayscale: #B1B1B1. Windows color (decimal): -2182607 or 3257054. OLE color: 3257054.

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

Color convert

RGB 222 178 49 -
CMYK 0 0.20 0.78 0.13
HSL 44.74º 0.72% 0.53% -
HSV(B) 44.74º 0.78% 0.87% -
XYZ 46.6 47.59 9.64 -
YUV 176.45 56.08 160.49 -
System Red Green Blue C M Y K H S L
Decimal 222 178 49 0 0.20 0.78 0.13 44.74 0.72 0.53
Hex DE B2 31 0 14 4E D 2D 48 35
Octal 336 262 61 0 24 116 15 55 110 65
Binary 11011110 10110010 110001 0 10100 1001110 1101 101101 1001000 110101

Color Harmonies of #DEB231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB231

Black with #DEB231

Text Example


Text Example

White with #DEB231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB231; }

 p { color: rgb(222,178,49); }

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

background-color css

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

 a { background-color: rgb(222,178,49); }

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

border-color css

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

 span { border-color: rgb(222,178,49); }

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