Html Css Color HEX #D5C163 Tacha

📋 copy color: '#D5C163'

red 213 ◦ green 193 ◦ blue 99

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

Shades of Tacha #D5C163

Tints of Tacha #D5C163

RGB

 RED value IS 213 (83.59% from 255) = 42.18%

 GREEN value IS 193 (75.78% from 255) = 38.22%

 BLUE value IS 99 (39.06% from 255) = 19.6%

R = 42.18%
G = 38.22%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D5C163 (or 0xD5C163) is known color: Tacha. HEX triplet: D5, C1 and 63. RGB value is (213,193,99). Sum of RGB (Red+Green+Blue) = 213+193+99=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 99 (39.06% from 255 or 19.60% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C163 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C163 is #2A3E9C. Grayscale: #BCBCBC. Windows color (decimal): -2768541 or 6537685. OLE color: 6537685.

HSL color Cylindrical-coordinate representation of color #D5C163: hue angle of 49.47º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D5C163 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 193 99 -
CMYK 0 0.09 0.54 0.16
HSL 49.47º 0.58% 0.61% -
HSV(B) 49.47º 0.54% 0.84% -
XYZ 48.76 53.19 19.5 -
YUV 188.26 77.63 145.64 -
System Red Green Blue C M Y K H S L
Decimal 213 193 99 0 0.09 0.54 0.16 49.47 0.58 0.61
Hex D5 C1 63 0 9 36 10 31 3A 3D
Octal 325 301 143 0 11 66 20 61 72 75
Binary 11010101 11000001 1100011 0 1001 110110 10000 110001 111010 111101

Color Harmonies of #D5C163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C163

Black with #D5C163

Text Example


Text Example

White with #D5C163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C163; }

 p { color: rgb(213,193,99); }

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

background-color css

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

 a { background-color: rgb(213,193,99); }

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

border-color css

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

 span { border-color: rgb(213,193,99); }

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