Html Css Color HEX #DCB82F Gold Tips

📋 copy color: '#DCB82F'

red 220 ◦ green 184 ◦ blue 47

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

Shades of Gold Tips #DCB82F

Tints of Gold Tips #DCB82F

RGB

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

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

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

R = 48.78%
G = 40.8%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DCB82F (or 0xDCB82F) is known color: Gold Tips. HEX triplet: DC, B8 and 2F. RGB value is (220,184,47). Sum of RGB (Red+Green+Blue) = 220+184+47=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 184 (72.27% from 255 or 40.80% from 451); Blue value is 47 (18.75% from 255 or 10.42% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB82F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB82F is #2347D0. Grayscale: #B3B3B3. Windows color (decimal): -2312145 or 3127516. OLE color: 3127516.

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

Color convert

RGB 220 184 47 -
CMYK 0 0.16 0.79 0.14
HSL 47.51º 0.71% 0.52% -
HSV(B) 47.51º 0.79% 0.86% -
XYZ 47.17 49.7 9.8 -
YUV 179.15 53.43 157.14 -
System Red Green Blue C M Y K H S L
Decimal 220 184 47 0 0.16 0.79 0.14 47.51 0.71 0.52
Hex DC B8 2F 0 10 4F E 30 47 34
Octal 334 270 57 0 20 117 16 60 107 64
Binary 11011100 10111000 101111 0 10000 1001111 1110 110000 1000111 110100

Color Harmonies of #DCB82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB82F

Black with #DCB82F

Text Example


Text Example

White with #DCB82F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB82F; }

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

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

background-color css

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

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

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

border-color css

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

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

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