Html Css Color HEX #DCBA2B Gold Tips

📋 copy color: '#DCBA2B'

red 220 ◦ green 186 ◦ blue 43

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

Shades of Gold Tips #DCBA2B

Tints of Gold Tips #DCBA2B

RGB

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

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

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

R = 49%
G = 41.43%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DCBA2B (or 0xDCBA2B) is known color: Gold Tips. HEX triplet: DC, BA and 2B. RGB value is (220,186,43). Sum of RGB (Red+Green+Blue) = 220+186+43=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 43 (17.19% from 255 or 9.58% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBA2B is #2345D4. Grayscale: #B4B4B4. Windows color (decimal): -2311637 or 2865884. OLE color: 2865884.

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

Color convert

RGB 220 186 43 -
CMYK 0 0.15 0.80 0.14
HSL 48.47º 0.72% 0.52% -
HSV(B) 48.47º 0.8% 0.86% -
XYZ 47.51 50.51 9.53 -
YUV 179.86 50.76 156.63 -
System Red Green Blue C M Y K H S L
Decimal 220 186 43 0 0.15 0.80 0.14 48.47 0.72 0.52
Hex DC BA 2B 0 F 50 E 30 48 34
Octal 334 272 53 0 17 120 16 60 110 64
Binary 11011100 10111010 101011 0 1111 1010000 1110 110000 1001000 110100

Color Harmonies of #DCBA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBA2B

Black with #DCBA2B

Text Example


Text Example

White with #DCBA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBA2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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