Html Css Color HEX #DCB32B Gold Tips

📋 copy color: '#DCB32B'

red 220 ◦ green 179 ◦ blue 43

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

Shades of Gold Tips #DCB32B

Tints of Gold Tips #DCB32B

RGB

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

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

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

R = 49.77%
G = 40.5%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DCB32B (or 0xDCB32B) is known color: Gold Tips. HEX triplet: DC, B3 and 2B. RGB value is (220,179,43). Sum of RGB (Red+Green+Blue) = 220+179+43=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 43 (17.19% from 255 or 9.73% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB32B is #234CD4. Grayscale: #B0B0B0. Windows color (decimal): -2313429 or 2864092. OLE color: 2864092.

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

Color convert

RGB 220 179 43 -
CMYK 0 0.19 0.80 0.14
HSL 46.1º 0.72% 0.52% -
HSV(B) 46.1º 0.8% 0.86% -
XYZ 46.07 47.63 9.05 -
YUV 175.76 53.08 159.56 -
System Red Green Blue C M Y K H S L
Decimal 220 179 43 0 0.19 0.80 0.14 46.1 0.72 0.52
Hex DC B3 2B 0 13 50 E 2E 48 34
Octal 334 263 53 0 23 120 16 56 110 64
Binary 11011100 10110011 101011 0 10011 1010000 1110 101110 1001000 110100

Color Harmonies of #DCB32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB32B

Black with #DCB32B

Text Example


Text Example

White with #DCB32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB32B; }

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

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

background-color css

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

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

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

border-color css

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

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

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