Html Css Color HEX #DCB72C Gold Tips

📋 copy color: '#DCB72C'

red 220 ◦ green 183 ◦ blue 44

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

Shades of Gold Tips #DCB72C

Tints of Gold Tips #DCB72C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.94%

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

R = 49.22%
G = 40.94%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.8

 K value IS 0.14

RGB Variations

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

Color information

#DCB72C (or 0xDCB72C) is known color: Gold Tips. HEX triplet: DC, B7 and 2C. RGB value is (220,183,44). Sum of RGB (Red+Green+Blue) = 220+183+44=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 183 (71.88% from 255 or 40.94% from 447); Blue value is 44 (17.58% from 255 or 9.84% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB72C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB72C is #2348D3. Grayscale: #B2B2B2. Windows color (decimal): -2312404 or 2930652. OLE color: 2930652.

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

Color convert

RGB 220 183 44 -
CMYK 0 0.17 0.8 0.14
HSL 47.39º 0.72% 0.52% -
HSV(B) 47.39º 0.8% 0.86% -
XYZ 46.9 49.26 9.42 -
YUV 178.22 52.26 157.8 -
System Red Green Blue C M Y K H S L
Decimal 220 183 44 0 0.17 0.8 0.14 47.39 0.72 0.52
Hex DC B7 2C 0 11 50 E 2F 48 34
Octal 334 267 54 0 21 120 16 57 110 64
Binary 11011100 10110111 101100 0 10001 1010000 1110 101111 1001000 110100

Color Harmonies of #DCB72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB72C

Black with #DCB72C

Text Example


Text Example

White with #DCB72C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB72C; }

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

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

background-color css

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

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

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

border-color css

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

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

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