Html Css Color HEX #DCB122 Gold Tips

📋 copy color: '#DCB122'

red 220 ◦ green 177 ◦ blue 34

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

Shades of Gold Tips #DCB122

Tints of Gold Tips #DCB122

RGB

 RED value IS 220 (86.33% from 255) = 51.04%

 GREEN value IS 177 (69.53% from 255) = 41.07%

 BLUE value IS 34 (13.67% from 255) = 7.89%

R = 51.04%
G = 41.07%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DCB122 (or 0xDCB122) is known color: Gold Tips. HEX triplet: DC, B1 and 22. RGB value is (220,177,34). Sum of RGB (Red+Green+Blue) = 220+177+34=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 177 (69.53% from 255 or 41.07% from 431); Blue value is 34 (13.67% from 255 or 7.89% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB122 is #234EDD. Grayscale: #AEAEAE. Windows color (decimal): -2313950 or 2273756. OLE color: 2273756.

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

Color convert

RGB 220 177 34 -
CMYK 0 0.20 0.85 0.14
HSL 46.13º 0.73% 0.5% -
HSV(B) 46.13º 0.85% 0.86% -
XYZ 45.53 46.78 8.14 -
YUV 173.56 49.25 161.13 -
System Red Green Blue C M Y K H S L
Decimal 220 177 34 0 0.20 0.85 0.14 46.13 0.73 0.5
Hex DC B1 22 0 14 55 E 2E 49 32
Octal 334 261 42 0 24 125 16 56 111 62
Binary 11011100 10110001 100010 0 10100 1010101 1110 101110 1001001 110010

Color Harmonies of #DCB122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB122

Black with #DCB122

Text Example


Text Example

White with #DCB122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB122; }

 p { color: rgb(220,177,34); }

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

background-color css

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

 a { background-color: rgb(220,177,34); }

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

border-color css

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

 span { border-color: rgb(220,177,34); }

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