Html Css Color HEX #DCBD53 Tacha

📋 copy color: '#DCBD53'

red 220 ◦ green 189 ◦ blue 83

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

Shades of Tacha #DCBD53

Tints of Tacha #DCBD53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.87%

R = 44.72%
G = 38.41%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DCBD53 (or 0xDCBD53) is known color: Tacha. HEX triplet: DC, BD and 53. RGB value is (220,189,83). Sum of RGB (Red+Green+Blue) = 220+189+83=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 83 (32.81% from 255 or 16.87% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBD53 is #2342AC. Grayscale: #BABABA. Windows color (decimal): -2310829 or 5488092. OLE color: 5488092.

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

Color convert

RGB 220 189 83 -
CMYK 0 0.14 0.62 0.14
HSL 46.42º 0.66% 0.59% -
HSV(B) 46.42º 0.62% 0.86% -
XYZ 49.27 52.24 15.67 -
YUV 186.19 69.77 152.12 -
System Red Green Blue C M Y K H S L
Decimal 220 189 83 0 0.14 0.62 0.14 46.42 0.66 0.59
Hex DC BD 53 0 E 3E E 2E 42 3B
Octal 334 275 123 0 16 76 16 56 102 73
Binary 11011100 10111101 1010011 0 1110 111110 1110 101110 1000010 111011

Color Harmonies of #DCBD53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBD53

Black with #DCBD53

Text Example


Text Example

White with #DCBD53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBD53; }

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

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

background-color css

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

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

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

border-color css

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

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

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