Html Css Color HEX #D7C55E Tacha

📋 copy color: '#D7C55E'

red 215 ◦ green 197 ◦ blue 94

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

Shades of Tacha #D7C55E

Tints of Tacha #D7C55E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.93%

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

R = 42.49%
G = 38.93%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D7C55E (or 0xD7C55E) is known color: Tacha. HEX triplet: D7, C5 and 5E. RGB value is (215,197,94). Sum of RGB (Red+Green+Blue) = 215+197+94=506 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.49% from 506); Green value is 197 (77.34% from 255 or 38.93% from 506); Blue value is 94 (37.11% from 255 or 18.58% from 506); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C55E is #283AA1. Grayscale: #BFBFBF. Windows color (decimal): -2636450 or 6211031. OLE color: 6211031.

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

Color convert

RGB 215 197 94 -
CMYK 0 0.08 0.56 0.16
HSL 51.07º 0.6% 0.61% -
HSV(B) 51.07º 0.56% 0.84% -
XYZ 50.01 55.19 18.61 -
YUV 190.64 73.46 145.38 -
System Red Green Blue C M Y K H S L
Decimal 215 197 94 0 0.08 0.56 0.16 51.07 0.6 0.61
Hex D7 C5 5E 0 8 38 10 33 3C 3D
Octal 327 305 136 0 10 70 20 63 74 75
Binary 11010111 11000101 1011110 0 1000 111000 10000 110011 111100 111101

Color Harmonies of #D7C55E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C55E

Black with #D7C55E

Text Example


Text Example

White with #D7C55E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C55E; }

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

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

background-color css

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

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

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

border-color css

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

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

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