Html Css Color HEX #DCB82B Gold Tips

📋 copy color: '#DCB82B'

red 220 ◦ green 184 ◦ blue 43

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

Shades of Gold Tips #DCB82B

Tints of Gold Tips #DCB82B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.16%

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

R = 49.22%
G = 41.16%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DCB82B (or 0xDCB82B) is known color: Gold Tips. HEX triplet: DC, B8 and 2B. RGB value is (220,184,43). Sum of RGB (Red+Green+Blue) = 220+184+43=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 184 (72.27% from 255 or 41.16% from 447); Blue value is 43 (17.19% from 255 or 9.62% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB82B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB82B is #2347D4. Grayscale: #B3B3B3. Windows color (decimal): -2312149 or 2865372. OLE color: 2865372.

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

Color convert

RGB 220 184 43 -
CMYK 0 0.16 0.80 0.14
HSL 47.8º 0.72% 0.52% -
HSV(B) 47.8º 0.8% 0.86% -
XYZ 47.09 49.67 9.39 -
YUV 178.69 51.43 157.46 -
System Red Green Blue C M Y K H S L
Decimal 220 184 43 0 0.16 0.80 0.14 47.8 0.72 0.52
Hex DC B8 2B 0 10 50 E 30 48 34
Octal 334 270 53 0 20 120 16 60 110 64
Binary 11011100 10111000 101011 0 10000 1010000 1110 110000 1001000 110100

Color Harmonies of #DCB82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB82B

Black with #DCB82B

Text Example


Text Example

White with #DCB82B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB82B; }

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

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

background-color css

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

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

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

border-color css

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

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

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