Html Css Color HEX #DCB52F Gold Tips

📋 copy color: '#DCB52F'

red 220 ◦ green 181 ◦ blue 47

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

Shades of Gold Tips #DCB52F

Tints of Gold Tips #DCB52F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.4%

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

R = 49.11%
G = 40.4%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DCB52F (or 0xDCB52F) is known color: Gold Tips. HEX triplet: DC, B5 and 2F. RGB value is (220,181,47). Sum of RGB (Red+Green+Blue) = 220+181+47=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 47 (18.75% from 255 or 10.49% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB52F is #234AD0. Grayscale: #B1B1B1. Windows color (decimal): -2312913 or 3126748. OLE color: 3126748.

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

Color convert

RGB 220 181 47 -
CMYK 0 0.18 0.79 0.14
HSL 46.47º 0.71% 0.52% -
HSV(B) 46.47º 0.79% 0.86% -
XYZ 46.55 48.47 9.59 -
YUV 177.39 54.42 158.4 -
System Red Green Blue C M Y K H S L
Decimal 220 181 47 0 0.18 0.79 0.14 46.47 0.71 0.52
Hex DC B5 2F 0 12 4F E 2E 47 34
Octal 334 265 57 0 22 117 16 56 107 64
Binary 11011100 10110101 101111 0 10010 1001111 1110 101110 1000111 110100

Color Harmonies of #DCB52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB52F

Black with #DCB52F

Text Example


Text Example

White with #DCB52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB52F; }

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

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

background-color css

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

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

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

border-color css

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

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

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