Html Css Color HEX #DEB21F Gold Tips

📋 copy color: '#DEB21F'

red 222 ◦ green 178 ◦ blue 31

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

Shades of Gold Tips #DEB21F

Tints of Gold Tips #DEB21F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.19%

R = 51.51%
G = 41.3%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DEB21F (or 0xDEB21F) is known color: Gold Tips. HEX triplet: DE, B2 and 1F. RGB value is (222,178,31). Sum of RGB (Red+Green+Blue) = 222+178+31=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 178 (69.92% from 255 or 41.30% from 431); Blue value is 31 (12.5% from 255 or 7.19% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB21F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEB21F is #214DE0. Grayscale: #AFAFAF. Windows color (decimal): -2182625 or 2077406. OLE color: 2077406.

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

Color convert

RGB 222 178 31 -
CMYK 0 0.20 0.86 0.13
HSL 46.18º 0.75% 0.5% -
HSV(B) 46.18º 0.86% 0.87% -
XYZ 46.29 47.47 8.02 -
YUV 174.4 47.08 161.95 -
System Red Green Blue C M Y K H S L
Decimal 222 178 31 0 0.20 0.86 0.13 46.18 0.75 0.5
Hex DE B2 1F 0 14 56 D 2E 4B 32
Octal 336 262 37 0 24 126 15 56 113 62
Binary 11011110 10110010 11111 0 10100 1010110 1101 101110 1001011 110010

Color Harmonies of #DEB21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB21F

Black with #DEB21F

Text Example


Text Example

White with #DEB21F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB21F; }

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

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

background-color css

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

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

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

border-color css

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

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

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