Html Css Color HEX #D7C265 Tacha

📋 copy color: '#D7C265'

red 215 ◦ green 194 ◦ blue 101

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

Shades of Tacha #D7C265

Tints of Tacha #D7C265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.8%

R = 42.16%
G = 38.04%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D7C265 (or 0xD7C265) is known color: Tacha. HEX triplet: D7, C2 and 65. RGB value is (215,194,101). Sum of RGB (Red+Green+Blue) = 215+194+101=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 194 (76.17% from 255 or 38.04% from 510); Blue value is 101 (39.84% from 255 or 19.80% from 510); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C265 is #283D9A. Grayscale: #BEBEBE. Windows color (decimal): -2637211 or 6669015. OLE color: 6669015.

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

Color convert

RGB 215 194 101 -
CMYK 0 0.10 0.53 0.16
HSL 48.95º 0.59% 0.62% -
HSV(B) 48.95º 0.53% 0.84% -
XYZ 49.67 53.97 20.11 -
YUV 189.68 77.96 146.06 -
System Red Green Blue C M Y K H S L
Decimal 215 194 101 0 0.10 0.53 0.16 48.95 0.59 0.62
Hex D7 C2 65 0 A 35 10 31 3B 3E
Octal 327 302 145 0 12 65 20 61 73 76
Binary 11010111 11000010 1100101 0 1010 110101 10000 110001 111011 111110

Color Harmonies of #D7C265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C265

Black with #D7C265

Text Example


Text Example

White with #D7C265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C265; }

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

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

background-color css

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

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

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

border-color css

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

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

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