Html Css Color HEX #D5C95F Tacha

📋 copy color: '#D5C95F'

red 213 ◦ green 201 ◦ blue 95

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

Shades of Tacha #D5C95F

Tints of Tacha #D5C95F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.49%

 BLUE value IS 95 (37.5% from 255) = 18.66%

R = 41.85%
G = 39.49%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D5C95F (or 0xD5C95F) is known color: Tacha. HEX triplet: D5, C9 and 5F. RGB value is (213,201,95). Sum of RGB (Red+Green+Blue) = 213+201+95=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 201 (78.91% from 255 or 39.49% from 509); Blue value is 95 (37.5% from 255 or 18.66% from 509); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C95F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C95F is #2A36A0. Grayscale: #C0C0C0. Windows color (decimal): -2766497 or 6277589. OLE color: 6277589.

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

Color convert

RGB 213 201 95 -
CMYK 0 0.06 0.55 0.16
HSL 53.9º 0.58% 0.6% -
HSV(B) 53.9º 0.55% 0.84% -
XYZ 50.39 56.75 19.12 -
YUV 192.5 72.98 142.62 -
System Red Green Blue C M Y K H S L
Decimal 213 201 95 0 0.06 0.55 0.16 53.9 0.58 0.6
Hex D5 C9 5F 0 6 37 10 36 3A 3C
Octal 325 311 137 0 6 67 20 66 72 74
Binary 11010101 11001001 1011111 0 110 110111 10000 110110 111010 111100

Color Harmonies of #D5C95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C95F

Black with #D5C95F

Text Example


Text Example

White with #D5C95F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C95F; }

 p { color: rgb(213,201,95); }

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

background-color css

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

 a { background-color: rgb(213,201,95); }

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

border-color css

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

 span { border-color: rgb(213,201,95); }

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