Html Css Color HEX #DCB12A Gold Tips

📋 copy color: '#DCB12A'

red 220 ◦ green 177 ◦ blue 42

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

Shades of Gold Tips #DCB12A

Tints of Gold Tips #DCB12A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.57%

R = 50.11%
G = 40.32%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DCB12A (or 0xDCB12A) is known color: Gold Tips. HEX triplet: DC, B1 and 2A. RGB value is (220,177,42). Sum of RGB (Red+Green+Blue) = 220+177+42=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 177 (69.53% from 255 or 40.32% from 439); Blue value is 42 (16.80% from 255 or 9.57% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB12A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB12A is #234ED5. Grayscale: #AFAFAF. Windows color (decimal): -2313942 or 2798044. OLE color: 2798044.

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

Color convert

RGB 220 177 42 -
CMYK 0 0.20 0.81 0.14
HSL 45.51º 0.72% 0.51% -
HSV(B) 45.51º 0.81% 0.86% -
XYZ 45.66 46.83 8.82 -
YUV 174.47 53.25 160.48 -
System Red Green Blue C M Y K H S L
Decimal 220 177 42 0 0.20 0.81 0.14 45.51 0.72 0.51
Hex DC B1 2A 0 14 51 E 2E 48 33
Octal 334 261 52 0 24 121 16 56 110 63
Binary 11011100 10110001 101010 0 10100 1010001 1110 101110 1001000 110011

Color Harmonies of #DCB12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB12A

Black with #DCB12A

Text Example


Text Example

White with #DCB12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB12A; }

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

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

background-color css

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

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

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

border-color css

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

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

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