Html Css Color HEX #DCB72F Gold Tips

📋 copy color: '#DCB72F'

red 220 ◦ green 183 ◦ blue 47

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

Shades of Gold Tips #DCB72F

Tints of Gold Tips #DCB72F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.67%

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

R = 48.89%
G = 40.67%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DCB72F (or 0xDCB72F) is known color: Gold Tips. HEX triplet: DC, B7 and 2F. RGB value is (220,183,47). Sum of RGB (Red+Green+Blue) = 220+183+47=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 183 (71.88% from 255 or 40.67% from 450); Blue value is 47 (18.75% from 255 or 10.44% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB72F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB72F is #2348D0. Grayscale: #B3B3B3. Windows color (decimal): -2312401 or 3127260. OLE color: 3127260.

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

Color convert

RGB 220 183 47 -
CMYK 0 0.17 0.79 0.14
HSL 47.17º 0.71% 0.52% -
HSV(B) 47.17º 0.79% 0.86% -
XYZ 46.96 49.29 9.73 -
YUV 178.56 53.76 157.56 -
System Red Green Blue C M Y K H S L
Decimal 220 183 47 0 0.17 0.79 0.14 47.17 0.71 0.52
Hex DC B7 2F 0 11 4F E 2F 47 34
Octal 334 267 57 0 21 117 16 57 107 64
Binary 11011100 10110111 101111 0 10001 1001111 1110 101111 1000111 110100

Color Harmonies of #DCB72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB72F

Black with #DCB72F

Text Example


Text Example

White with #DCB72F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB72F; }

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

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

background-color css

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

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

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

border-color css

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

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

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