Html Css Color HEX #DCBA2F Gold Tips

📋 copy color: '#DCBA2F'

red 220 ◦ green 186 ◦ blue 47

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

Shades of Gold Tips #DCBA2F

Tints of Gold Tips #DCBA2F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.06%

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

R = 48.57%
G = 41.06%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DCBA2F (or 0xDCBA2F) is known color: Gold Tips. HEX triplet: DC, BA and 2F. RGB value is (220,186,47). Sum of RGB (Red+Green+Blue) = 220+186+47=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 47 (18.75% from 255 or 10.38% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBA2F is #2345D0. Grayscale: #B4B4B4. Windows color (decimal): -2311633 or 3128028. OLE color: 3128028.

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

Color convert

RGB 220 186 47 -
CMYK 0 0.15 0.79 0.14
HSL 48.21º 0.71% 0.52% -
HSV(B) 48.21º 0.79% 0.86% -
XYZ 47.59 50.54 9.94 -
YUV 180.32 52.76 156.3 -
System Red Green Blue C M Y K H S L
Decimal 220 186 47 0 0.15 0.79 0.14 48.21 0.71 0.52
Hex DC BA 2F 0 F 4F E 30 47 34
Octal 334 272 57 0 17 117 16 60 107 64
Binary 11011100 10111010 101111 0 1111 1001111 1110 110000 1000111 110100

Color Harmonies of #DCBA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBA2F

Black with #DCBA2F

Text Example


Text Example

White with #DCBA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBA2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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