Html Css Color HEX #D7C261 Tacha

📋 copy color: '#D7C261'

red 215 ◦ green 194 ◦ blue 97

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

Shades of Tacha #D7C261

Tints of Tacha #D7C261

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.34%

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

R = 42.49%
G = 38.34%
B = 19.17%

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

#D7C261 (or 0xD7C261) is known color: Tacha. HEX triplet: D7, C2 and 61. RGB value is (215,194,97). Sum of RGB (Red+Green+Blue) = 215+194+97=506 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.49% from 506); Green value is 194 (76.17% from 255 or 38.34% from 506); Blue value is 97 (38.28% from 255 or 19.17% from 506); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C261 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C261 is #283D9E. Grayscale: #BDBDBD. Windows color (decimal): -2637215 or 6406871. OLE color: 6406871.

HSL color Cylindrical-coordinate representation of color #D7C261: hue angle of 49.32º 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 #D7C261 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 194 97 -
CMYK 0 0.10 0.55 0.16
HSL 49.32º 0.6% 0.61% -
HSV(B) 49.32º 0.55% 0.84% -
XYZ 49.47 53.89 19.1 -
YUV 189.22 75.96 146.39 -
System Red Green Blue C M Y K H S L
Decimal 215 194 97 0 0.10 0.55 0.16 49.32 0.6 0.61
Hex D7 C2 61 0 A 37 10 31 3C 3D
Octal 327 302 141 0 12 67 20 61 74 75
Binary 11010111 11000010 1100001 0 1010 110111 10000 110001 111100 111101

Color Harmonies of #D7C261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C261

Black with #D7C261

Text Example


Text Example

White with #D7C261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C261; }

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

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

background-color css

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

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

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

border-color css

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

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

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