Html Css Color HEX #D5C665 Tacha

📋 copy color: '#D5C665'

red 213 ◦ green 198 ◦ blue 101

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

Shades of Tacha #D5C665

Tints of Tacha #D5C665

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.67%

 BLUE value IS 101 (39.84% from 255) = 19.73%

R = 41.6%
G = 38.67%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D5C665 (or 0xD5C665) is known color: Tacha. HEX triplet: D5, C6 and 65. RGB value is (213,198,101). Sum of RGB (Red+Green+Blue) = 213+198+101=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 101 (39.84% from 255 or 19.73% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C665 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C665 is #2A399A. Grayscale: #BFBFBF. Windows color (decimal): -2767259 or 6670037. OLE color: 6670037.

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

Color convert

RGB 213 198 101 -
CMYK 0 0.07 0.53 0.16
HSL 51.96º 0.57% 0.62% -
HSV(B) 51.96º 0.53% 0.84% -
XYZ 49.98 55.47 20.39 -
YUV 191.43 76.97 143.39 -
System Red Green Blue C M Y K H S L
Decimal 213 198 101 0 0.07 0.53 0.16 51.96 0.57 0.62
Hex D5 C6 65 0 7 35 10 34 39 3E
Octal 325 306 145 0 7 65 20 64 71 76
Binary 11010101 11000110 1100101 0 111 110101 10000 110100 111001 111110

Color Harmonies of #D5C665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C665

Black with #D5C665

Text Example


Text Example

White with #D5C665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C665; }

 p { color: rgb(213,198,101); }

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

background-color css

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

 a { background-color: rgb(213,198,101); }

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

border-color css

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

 span { border-color: rgb(213,198,101); }

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