Html Css Color HEX #DCBD58 Tacha

📋 copy color: '#DCBD58'

red 220 ◦ green 189 ◦ blue 88

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

Shades of Tacha #DCBD58

Tints of Tacha #DCBD58

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.03%

 BLUE value IS 88 (34.77% from 255) = 17.71%

R = 44.27%
G = 38.03%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DCBD58 (or 0xDCBD58) is known color: Tacha. HEX triplet: DC, BD and 58. RGB value is (220,189,88). Sum of RGB (Red+Green+Blue) = 220+189+88=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 88 (34.77% from 255 or 17.71% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBD58 is #2342A7. Grayscale: #BBBBBB. Windows color (decimal): -2310824 or 5815772. OLE color: 5815772.

HSL color Cylindrical-coordinate representation of color #DCBD58: hue angle of 45.91º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCBD58 is Cyan = 0, Magento = 0.14, Yellow = 0.6 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 189 88 -
CMYK 0 0.14 0.6 0.14
HSL 45.91º 0.65% 0.6% -
HSV(B) 45.91º 0.6% 0.86% -
XYZ 49.47 52.32 16.72 -
YUV 186.76 72.27 151.71 -
System Red Green Blue C M Y K H S L
Decimal 220 189 88 0 0.14 0.6 0.14 45.91 0.65 0.6
Hex DC BD 58 0 E 3C E 2E 41 3C
Octal 334 275 130 0 16 74 16 56 101 74
Binary 11011100 10111101 1011000 0 1110 111100 1110 101110 1000001 111100

Color Harmonies of #DCBD58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBD58

Black with #DCBD58

Text Example


Text Example

White with #DCBD58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBD58; }

 p { color: rgb(220,189,88); }

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

background-color css

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

 a { background-color: rgb(220,189,88); }

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

border-color css

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

 span { border-color: rgb(220,189,88); }

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