Html Css Color HEX #DCB12B Gold Tips

📋 copy color: '#DCB12B'

red 220 ◦ green 177 ◦ blue 43

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

Shades of Gold Tips #DCB12B

Tints of Gold Tips #DCB12B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.77%

R = 50%
G = 40.23%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DCB12B (or 0xDCB12B) is known color: Gold Tips. HEX triplet: DC, B1 and 2B. RGB value is (220,177,43). Sum of RGB (Red+Green+Blue) = 220+177+43=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 177 (69.53% from 255 or 40.23% from 440); Blue value is 43 (17.19% from 255 or 9.77% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB12B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB12B is #234ED4. Grayscale: #AFAFAF. Windows color (decimal): -2313941 or 2863580. OLE color: 2863580.

HSL color Cylindrical-coordinate representation of color #DCB12B: hue angle of 45.42º 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 #DCB12B is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 177 43 -
CMYK 0 0.20 0.80 0.14
HSL 45.42º 0.72% 0.52% -
HSV(B) 45.42º 0.8% 0.86% -
XYZ 45.67 46.83 8.92 -
YUV 174.58 53.75 160.4 -
System Red Green Blue C M Y K H S L
Decimal 220 177 43 0 0.20 0.80 0.14 45.42 0.72 0.52
Hex DC B1 2B 0 14 50 E 2D 48 34
Octal 334 261 53 0 24 120 16 55 110 64
Binary 11011100 10110001 101011 0 10100 1010000 1110 101101 1001000 110100

Color Harmonies of #DCB12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB12B

Black with #DCB12B

Text Example


Text Example

White with #DCB12B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB12B; }

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

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

background-color css

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

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

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

border-color css

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

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

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