Html Css Color HEX #D7C95C Tacha

📋 copy color: '#D7C95C'

red 215 ◦ green 201 ◦ blue 92

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

Shades of Tacha #D7C95C

Tints of Tacha #D7C95C

RGB

 RED value IS 215 (84.38% from 255) = 42.32%

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

 BLUE value IS 92 (36.33% from 255) = 18.11%

R = 42.32%
G = 39.57%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D7C95C (or 0xD7C95C) is known color: Tacha. HEX triplet: D7, C9 and 5C. RGB value is (215,201,92). Sum of RGB (Red+Green+Blue) = 215+201+92=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 201 (78.91% from 255 or 39.57% from 508); Blue value is 92 (36.33% from 255 or 18.11% from 508); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C95C is #2836A3. Grayscale: #C1C1C1. Windows color (decimal): -2635428 or 6080983. OLE color: 6080983.

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

Color convert

RGB 215 201 92 -
CMYK 0 0.07 0.57 0.16
HSL 53.17º 0.61% 0.6% -
HSV(B) 53.17º 0.57% 0.84% -
XYZ 50.84 56.99 18.45 -
YUV 192.76 71.14 143.86 -
System Red Green Blue C M Y K H S L
Decimal 215 201 92 0 0.07 0.57 0.16 53.17 0.61 0.6
Hex D7 C9 5C 0 7 39 10 35 3D 3C
Octal 327 311 134 0 7 71 20 65 75 74
Binary 11010111 11001001 1011100 0 111 111001 10000 110101 111101 111100

Color Harmonies of #D7C95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C95C

Black with #D7C95C

Text Example


Text Example

White with #D7C95C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C95C; }

 p { color: rgb(215,201,92); }

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

background-color css

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

 a { background-color: rgb(215,201,92); }

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

border-color css

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

 span { border-color: rgb(215,201,92); }

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