Html Css Color HEX #D7C15E Tacha

📋 copy color: '#D7C15E'

red 215 ◦ green 193 ◦ blue 94

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

Shades of Tacha #D7C15E

Tints of Tacha #D7C15E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.73%

R = 42.83%
G = 38.45%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D7C15E (or 0xD7C15E) is known color: Tacha. HEX triplet: D7, C1 and 5E. RGB value is (215,193,94). Sum of RGB (Red+Green+Blue) = 215+193+94=502 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.83% from 502); Green value is 193 (75.78% from 255 or 38.45% from 502); Blue value is 94 (37.11% from 255 or 18.73% from 502); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C15E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C15E is #283EA1. Grayscale: #BCBCBC. Windows color (decimal): -2637474 or 6210007. OLE color: 6210007.

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

Color convert

RGB 215 193 94 -
CMYK 0 0.10 0.56 0.16
HSL 49.09º 0.6% 0.61% -
HSV(B) 49.09º 0.56% 0.84% -
XYZ 49.11 53.4 18.31 -
YUV 188.29 74.79 147.05 -
System Red Green Blue C M Y K H S L
Decimal 215 193 94 0 0.10 0.56 0.16 49.09 0.6 0.61
Hex D7 C1 5E 0 A 38 10 31 3C 3D
Octal 327 301 136 0 12 70 20 61 74 75
Binary 11010111 11000001 1011110 0 1010 111000 10000 110001 111100 111101

Color Harmonies of #D7C15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C15E

Black with #D7C15E

Text Example


Text Example

White with #D7C15E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C15E; }

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

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

background-color css

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

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

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

border-color css

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

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

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