Html Css Color HEX #D5CA5D Tacha

📋 copy color: '#D5CA5D'

red 213 ◦ green 202 ◦ blue 93

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

Shades of Tacha #D5CA5D

Tints of Tacha #D5CA5D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.76%

 BLUE value IS 93 (36.72% from 255) = 18.31%

R = 41.93%
G = 39.76%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5CA5D (or 0xD5CA5D) is known color: Tacha. HEX triplet: D5, CA and 5D. RGB value is (213,202,93). Sum of RGB (Red+Green+Blue) = 213+202+93=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 202 (79.30% from 255 or 39.76% from 508); Blue value is 93 (36.72% from 255 or 18.31% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CA5D is #2A35A2. Grayscale: #C1C1C1. Windows color (decimal): -2766243 or 6146773. OLE color: 6146773.

HSL color Cylindrical-coordinate representation of color #D5CA5D: hue angle of 54.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5CA5D is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 202 93 -
CMYK 0 0.05 0.56 0.16
HSL 54.5º 0.59% 0.6% -
HSV(B) 54.5º 0.56% 0.84% -
XYZ 50.54 57.18 18.73 -
YUV 192.86 71.64 142.36 -
System Red Green Blue C M Y K H S L
Decimal 213 202 93 0 0.05 0.56 0.16 54.5 0.59 0.6
Hex D5 CA 5D 0 5 38 10 36 3B 3C
Octal 325 312 135 0 5 70 20 66 73 74
Binary 11010101 11001010 1011101 0 101 111000 10000 110110 111011 111100

Color Harmonies of #D5CA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CA5D

Black with #D5CA5D

Text Example


Text Example

White with #D5CA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CA5D; }

 p { color: rgb(213,202,93); }

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

background-color css

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

 a { background-color: rgb(213,202,93); }

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

border-color css

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

 span { border-color: rgb(213,202,93); }

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