Html Css Color HEX #D7C05A Tacha

📋 copy color: '#D7C05A'

red 215 ◦ green 192 ◦ blue 90

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

Shades of Tacha #D7C05A

Tints of Tacha #D7C05A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.63%

 BLUE value IS 90 (35.55% from 255) = 18.11%

R = 43.26%
G = 38.63%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D7C05A (or 0xD7C05A) is known color: Tacha. HEX triplet: D7, C0 and 5A. RGB value is (215,192,90). Sum of RGB (Red+Green+Blue) = 215+192+90=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 90 (35.55% from 255 or 18.11% from 497); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C05A is #283FA5. Grayscale: #BBBBBB. Windows color (decimal): -2637734 or 5947607. OLE color: 5947607.

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

Color convert

RGB 215 192 90 -
CMYK 0 0.11 0.58 0.16
HSL 48.96º 0.61% 0.6% -
HSV(B) 48.96º 0.58% 0.84% -
XYZ 48.72 52.88 17.31 -
YUV 187.25 73.12 147.79 -
System Red Green Blue C M Y K H S L
Decimal 215 192 90 0 0.11 0.58 0.16 48.96 0.61 0.6
Hex D7 C0 5A 0 B 3A 10 31 3D 3C
Octal 327 300 132 0 13 72 20 61 75 74
Binary 11010111 11000000 1011010 0 1011 111010 10000 110001 111101 111100

Color Harmonies of #D7C05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C05A

Black with #D7C05A

Text Example


Text Example

White with #D7C05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C05A; }

 p { color: rgb(215,192,90); }

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

background-color css

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

 a { background-color: rgb(215,192,90); }

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

border-color css

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

 span { border-color: rgb(215,192,90); }

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