Html Css Color HEX #DCB32C Gold Tips

📋 copy color: '#DCB32C'

red 220 ◦ green 179 ◦ blue 44

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

Shades of Gold Tips #DCB32C

Tints of Gold Tips #DCB32C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.41%

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

R = 49.66%
G = 40.41%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.8

 K value IS 0.14

RGB Variations

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

Color information

#DCB32C (or 0xDCB32C) is known color: Gold Tips. HEX triplet: DC, B3 and 2C. RGB value is (220,179,44). Sum of RGB (Red+Green+Blue) = 220+179+44=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 44 (17.58% from 255 or 9.93% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB32C is #234CD3. Grayscale: #B0B0B0. Windows color (decimal): -2313428 or 2929628. OLE color: 2929628.

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

Color convert

RGB 220 179 44 -
CMYK 0 0.19 0.8 0.14
HSL 46.02º 0.72% 0.52% -
HSV(B) 46.02º 0.8% 0.86% -
XYZ 46.09 47.64 9.15 -
YUV 175.87 53.58 159.48 -
System Red Green Blue C M Y K H S L
Decimal 220 179 44 0 0.19 0.8 0.14 46.02 0.72 0.52
Hex DC B3 2C 0 13 50 E 2E 48 34
Octal 334 263 54 0 23 120 16 56 110 64
Binary 11011100 10110011 101100 0 10011 1010000 1110 101110 1001000 110100

Color Harmonies of #DCB32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB32C

Black with #DCB32C

Text Example


Text Example

White with #DCB32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB32C; }

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

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

background-color css

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

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

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

border-color css

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

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

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