Html Css Color HEX #D5C164 Tacha

📋 copy color: '#D5C164'

red 213 ◦ green 193 ◦ blue 100

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

Shades of Tacha #D5C164

Tints of Tacha #D5C164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.76%

R = 42.09%
G = 38.14%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D5C164 (or 0xD5C164) is known color: Tacha. HEX triplet: D5, C1 and 64. RGB value is (213,193,100). Sum of RGB (Red+Green+Blue) = 213+193+100=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 100 (39.45% from 255 or 19.76% from 506); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C164 is #2A3E9B. Grayscale: #BCBCBC. Windows color (decimal): -2768540 or 6603221. OLE color: 6603221.

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

Color convert

RGB 213 193 100 -
CMYK 0 0.09 0.53 0.16
HSL 49.38º 0.57% 0.61% -
HSV(B) 49.38º 0.53% 0.84% -
XYZ 48.81 53.21 19.75 -
YUV 188.38 78.13 145.56 -
System Red Green Blue C M Y K H S L
Decimal 213 193 100 0 0.09 0.53 0.16 49.38 0.57 0.61
Hex D5 C1 64 0 9 35 10 31 39 3D
Octal 325 301 144 0 11 65 20 61 71 75
Binary 11010101 11000001 1100100 0 1001 110101 10000 110001 111001 111101

Color Harmonies of #D5C164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C164

Black with #D5C164

Text Example


Text Example

White with #D5C164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C164; }

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

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

background-color css

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

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

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

border-color css

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

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

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