Html Css Color HEX #DEB523 Gold Tips

📋 copy color: '#DEB523'

red 222 ◦ green 181 ◦ blue 35

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

Shades of Gold Tips #DEB523

Tints of Gold Tips #DEB523

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.32%

 BLUE value IS 35 (14.06% from 255) = 7.99%

R = 50.68%
G = 41.32%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DEB523 (or 0xDEB523) is known color: Gold Tips. HEX triplet: DE, B5 and 23. RGB value is (222,181,35). Sum of RGB (Red+Green+Blue) = 222+181+35=438 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.68% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 35 (14.06% from 255 or 7.99% from 438); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB523 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB523 is #214ADC. Grayscale: #B1B1B1. Windows color (decimal): -2181853 or 2340318. OLE color: 2340318.

HSL color Cylindrical-coordinate representation of color #DEB523: hue angle of 46.84º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DEB523 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 181 35 -
CMYK 0 0.18 0.84 0.13
HSL 46.84º 0.74% 0.5% -
HSV(B) 46.84º 0.84% 0.87% -
XYZ 46.95 48.7 8.52 -
YUV 176.62 48.08 160.37 -
System Red Green Blue C M Y K H S L
Decimal 222 181 35 0 0.18 0.84 0.13 46.84 0.74 0.5
Hex DE B5 23 0 12 54 D 2F 4A 32
Octal 336 265 43 0 22 124 15 57 112 62
Binary 11011110 10110101 100011 0 10010 1010100 1101 101111 1001010 110010

Color Harmonies of #DEB523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB523

Black with #DEB523

Text Example


Text Example

White with #DEB523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB523; }

 p { color: rgb(222,181,35); }

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

background-color css

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

 a { background-color: rgb(222,181,35); }

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

border-color css

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

 span { border-color: rgb(222,181,35); }

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