Html Css Color HEX #DEB423 Gold Tips

📋 copy color: '#DEB423'

red 222 ◦ green 180 ◦ blue 35

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

Shades of Gold Tips #DEB423

Tints of Gold Tips #DEB423

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.19%

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

R = 50.8%
G = 41.19%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DEB423 (or 0xDEB423) is known color: Gold Tips. HEX triplet: DE, B4 and 23. RGB value is (222,180,35). Sum of RGB (Red+Green+Blue) = 222+180+35=437 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.80% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 35 (14.06% from 255 or 8.01% from 437); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB423 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB423 is #214BDC. Grayscale: #B0B0B0. Windows color (decimal): -2182109 or 2340062. OLE color: 2340062.

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

Color convert

RGB 222 180 35 -
CMYK 0 0.19 0.84 0.13
HSL 46.52º 0.74% 0.5% -
HSV(B) 46.52º 0.84% 0.87% -
XYZ 46.75 48.29 8.45 -
YUV 176.03 48.41 160.79 -
System Red Green Blue C M Y K H S L
Decimal 222 180 35 0 0.19 0.84 0.13 46.52 0.74 0.5
Hex DE B4 23 0 13 54 D 2F 4A 32
Octal 336 264 43 0 23 124 15 57 112 62
Binary 11011110 10110100 100011 0 10011 1010100 1101 101111 1001010 110010

Color Harmonies of #DEB423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB423

Black with #DEB423

Text Example


Text Example

White with #DEB423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB423; }

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

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

background-color css

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

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

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

border-color css

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

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

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