Html Css Color HEX #DCB32F Gold Tips

📋 copy color: '#DCB32F'

red 220 ◦ green 179 ◦ blue 47

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

Shades of Gold Tips #DCB32F

Tints of Gold Tips #DCB32F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.54%

R = 49.33%
G = 40.13%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DCB32F (or 0xDCB32F) is known color: Gold Tips. HEX triplet: DC, B3 and 2F. RGB value is (220,179,47). Sum of RGB (Red+Green+Blue) = 220+179+47=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 47 (18.75% from 255 or 10.54% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB32F is #234CD0. Grayscale: #B0B0B0. Windows color (decimal): -2313425 or 3126236. OLE color: 3126236.

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

Color convert

RGB 220 179 47 -
CMYK 0 0.19 0.79 0.14
HSL 45.78º 0.71% 0.52% -
HSV(B) 45.78º 0.79% 0.86% -
XYZ 46.15 47.66 9.46 -
YUV 176.21 55.08 159.23 -
System Red Green Blue C M Y K H S L
Decimal 220 179 47 0 0.19 0.79 0.14 45.78 0.71 0.52
Hex DC B3 2F 0 13 4F E 2E 47 34
Octal 334 263 57 0 23 117 16 56 107 64
Binary 11011100 10110011 101111 0 10011 1001111 1110 101110 1000111 110100

Color Harmonies of #DCB32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB32F

Black with #DCB32F

Text Example


Text Example

White with #DCB32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB32F; }

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

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

background-color css

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

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

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

border-color css

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

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

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