Html Css Color HEX #DEB22D Gold Tips

📋 copy color: '#DEB22D'

red 222 ◦ green 178 ◦ blue 45

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

Shades of Gold Tips #DEB22D

Tints of Gold Tips #DEB22D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.11%

R = 49.89%
G = 40%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DEB22D (or 0xDEB22D) is known color: Gold Tips. HEX triplet: DE, B2 and 2D. RGB value is (222,178,45). Sum of RGB (Red+Green+Blue) = 222+178+45=445 (58% of max value = 765). Red value is 222 (87.11% from 255 or 49.89% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 45 (17.97% from 255 or 10.11% from 445); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB22D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEB22D is #214DD2. Grayscale: #B0B0B0. Windows color (decimal): -2182611 or 2994910. OLE color: 2994910.

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

Color convert

RGB 222 178 45 -
CMYK 0 0.20 0.80 0.13
HSL 45.08º 0.73% 0.52% -
HSV(B) 45.08º 0.8% 0.87% -
XYZ 46.52 47.56 9.21 -
YUV 175.99 54.08 160.81 -
System Red Green Blue C M Y K H S L
Decimal 222 178 45 0 0.20 0.80 0.13 45.08 0.73 0.52
Hex DE B2 2D 0 14 50 D 2D 49 34
Octal 336 262 55 0 24 120 15 55 111 64
Binary 11011110 10110010 101101 0 10100 1010000 1101 101101 1001001 110100

Color Harmonies of #DEB22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB22D

Black with #DEB22D

Text Example


Text Example

White with #DEB22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB22D; }

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

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

background-color css

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

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

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

border-color css

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

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

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