Html Css Color HEX #DEB72C Gold Tips

📋 copy color: '#DEB72C'

red 222 ◦ green 183 ◦ blue 44

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

Shades of Gold Tips #DEB72C

Tints of Gold Tips #DEB72C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.76%

 BLUE value IS 44 (17.58% from 255) = 9.8%

R = 49.44%
G = 40.76%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DEB72C (or 0xDEB72C) is known color: Gold Tips. HEX triplet: DE, B7 and 2C. RGB value is (222,183,44). Sum of RGB (Red+Green+Blue) = 222+183+44=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 183 (71.88% from 255 or 40.76% from 449); Blue value is 44 (17.58% from 255 or 9.80% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB72C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB72C is #2148D3. Grayscale: #B3B3B3. Windows color (decimal): -2181332 or 2930654. OLE color: 2930654.

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

Color convert

RGB 222 183 44 -
CMYK 0 0.18 0.80 0.13
HSL 46.85º 0.73% 0.52% -
HSV(B) 46.85º 0.8% 0.87% -
XYZ 47.51 49.58 9.45 -
YUV 178.82 51.92 158.8 -
System Red Green Blue C M Y K H S L
Decimal 222 183 44 0 0.18 0.80 0.13 46.85 0.73 0.52
Hex DE B7 2C 0 12 50 D 2F 49 34
Octal 336 267 54 0 22 120 15 57 111 64
Binary 11011110 10110111 101100 0 10010 1010000 1101 101111 1001001 110100

Color Harmonies of #DEB72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB72C

Black with #DEB72C

Text Example


Text Example

White with #DEB72C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB72C; }

 p { color: rgb(222,183,44); }

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

background-color css

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

 a { background-color: rgb(222,183,44); }

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

border-color css

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

 span { border-color: rgb(222,183,44); }

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