Html Css Color HEX #DEB829 Gold Tips

📋 copy color: '#DEB829'

red 222 ◦ green 184 ◦ blue 41

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

Shades of Gold Tips #DEB829

Tints of Gold Tips #DEB829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.17%

R = 49.66%
G = 41.16%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DEB829 (or 0xDEB829) is known color: Gold Tips. HEX triplet: DE, B8 and 29. RGB value is (222,184,41). Sum of RGB (Red+Green+Blue) = 222+184+41=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 184 (72.27% from 255 or 41.16% from 447); Blue value is 41 (16.41% from 255 or 9.17% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB829 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB829 is #2147D6. Grayscale: #B3B3B3. Windows color (decimal): -2181079 or 2734302. OLE color: 2734302.

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

Color convert

RGB 222 184 41 -
CMYK 0 0.17 0.82 0.13
HSL 47.4º 0.73% 0.52% -
HSV(B) 47.4º 0.82% 0.87% -
XYZ 47.66 49.97 9.23 -
YUV 179.06 50.09 158.63 -
System Red Green Blue C M Y K H S L
Decimal 222 184 41 0 0.17 0.82 0.13 47.4 0.73 0.52
Hex DE B8 29 0 11 52 D 2F 49 34
Octal 336 270 51 0 21 122 15 57 111 64
Binary 11011110 10111000 101001 0 10001 1010010 1101 101111 1001001 110100

Color Harmonies of #DEB829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB829

Black with #DEB829

Text Example


Text Example

White with #DEB829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB829; }

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

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

background-color css

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

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

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

border-color css

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

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

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