Html Css Color HEX #DCB12C Gold Tips

📋 copy color: '#DCB12C'

red 220 ◦ green 177 ◦ blue 44

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

Shades of Gold Tips #DCB12C

Tints of Gold Tips #DCB12C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.98%

R = 49.89%
G = 40.14%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.8

 K value IS 0.14

RGB Variations

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

Color information

#DCB12C (or 0xDCB12C) is known color: Gold Tips. HEX triplet: DC, B1 and 2C. RGB value is (220,177,44). Sum of RGB (Red+Green+Blue) = 220+177+44=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 177 (69.53% from 255 or 40.14% from 441); Blue value is 44 (17.58% from 255 or 9.98% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB12C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB12C is #234ED3. Grayscale: #AFAFAF. Windows color (decimal): -2313940 or 2929116. OLE color: 2929116.

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

Color convert

RGB 220 177 44 -
CMYK 0 0.20 0.8 0.14
HSL 45.34º 0.72% 0.52% -
HSV(B) 45.34º 0.8% 0.86% -
XYZ 45.69 46.84 9.02 -
YUV 174.7 54.25 160.31 -
System Red Green Blue C M Y K H S L
Decimal 220 177 44 0 0.20 0.8 0.14 45.34 0.72 0.52
Hex DC B1 2C 0 14 50 E 2D 48 34
Octal 334 261 54 0 24 120 16 55 110 64
Binary 11011100 10110001 101100 0 10100 1010000 1110 101101 1001000 110100

Color Harmonies of #DCB12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB12C

Black with #DCB12C

Text Example


Text Example

White with #DCB12C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB12C; }

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

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

background-color css

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

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

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

border-color css

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

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

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