Html Css Color HEX #D7C161 Tacha

📋 copy color: '#D7C161'

red 215 ◦ green 193 ◦ blue 97

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

Shades of Tacha #D7C161

Tints of Tacha #D7C161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.21%

R = 42.57%
G = 38.22%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D7C161 (or 0xD7C161) is known color: Tacha. HEX triplet: D7, C1 and 61. RGB value is (215,193,97). Sum of RGB (Red+Green+Blue) = 215+193+97=505 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.57% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 97 (38.28% from 255 or 19.21% from 505); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C161 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C161 is #283E9E. Grayscale: #BDBDBD. Windows color (decimal): -2637471 or 6406615. OLE color: 6406615.

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

Color convert

RGB 215 193 97 -
CMYK 0 0.10 0.55 0.16
HSL 48.81º 0.6% 0.61% -
HSV(B) 48.81º 0.55% 0.84% -
XYZ 49.25 53.45 19.03 -
YUV 188.63 76.29 146.81 -
System Red Green Blue C M Y K H S L
Decimal 215 193 97 0 0.10 0.55 0.16 48.81 0.6 0.61
Hex D7 C1 61 0 A 37 10 31 3C 3D
Octal 327 301 141 0 12 67 20 61 74 75
Binary 11010111 11000001 1100001 0 1010 110111 10000 110001 111100 111101

Color Harmonies of #D7C161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C161

Black with #D7C161

Text Example


Text Example

White with #D7C161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C161; }

 p { color: rgb(215,193,97); }

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

background-color css

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

 a { background-color: rgb(215,193,97); }

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

border-color css

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

 span { border-color: rgb(215,193,97); }

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