Html Css Color HEX #DEB621 Gold Tips

📋 copy color: '#DEB621'

red 222 ◦ green 182 ◦ blue 33

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

Shades of Gold Tips #DEB621

Tints of Gold Tips #DEB621

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.65%

 BLUE value IS 33 (13.28% from 255) = 7.55%

R = 50.8%
G = 41.65%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DEB621 (or 0xDEB621) is known color: Gold Tips. HEX triplet: DE, B6 and 21. RGB value is (222,182,33). Sum of RGB (Red+Green+Blue) = 222+182+33=437 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.80% from 437); Green value is 182 (71.48% from 255 or 41.65% from 437); Blue value is 33 (13.28% from 255 or 7.55% from 437); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB621 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB621 is #2149DE. Grayscale: #B1B1B1. Windows color (decimal): -2181599 or 2209502. OLE color: 2209502.

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

Color convert

RGB 222 182 33 -
CMYK 0 0.18 0.85 0.13
HSL 47.3º 0.74% 0.5% -
HSV(B) 47.3º 0.85% 0.87% -
XYZ 47.13 49.1 8.43 -
YUV 176.97 46.75 160.12 -
System Red Green Blue C M Y K H S L
Decimal 222 182 33 0 0.18 0.85 0.13 47.3 0.74 0.5
Hex DE B6 21 0 12 55 D 2F 4A 32
Octal 336 266 41 0 22 125 15 57 112 62
Binary 11011110 10110110 100001 0 10010 1010101 1101 101111 1001010 110010

Color Harmonies of #DEB621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB621

Black with #DEB621

Text Example


Text Example

White with #DEB621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB621; }

 p { color: rgb(222,182,33); }

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

background-color css

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

 a { background-color: rgb(222,182,33); }

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

border-color css

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

 span { border-color: rgb(222,182,33); }

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