Html Css Color HEX #D8C163 Tacha

📋 copy color: '#D8C163'

red 216 ◦ green 193 ◦ blue 99

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

Shades of Tacha #D8C163

Tints of Tacha #D8C163

RGB

 RED value IS 216 (84.77% from 255) = 42.52%

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

 BLUE value IS 99 (39.06% from 255) = 19.49%

R = 42.52%
G = 37.99%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D8C163 (or 0xD8C163) is known color: Tacha. HEX triplet: D8, C1 and 63. RGB value is (216,193,99). Sum of RGB (Red+Green+Blue) = 216+193+99=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 193 (75.78% from 255 or 37.99% from 508); Blue value is 99 (39.06% from 255 or 19.49% from 508); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C163 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C163 is #273E9C. Grayscale: #BDBDBD. Windows color (decimal): -2571933 or 6537688. OLE color: 6537688.

HSL color Cylindrical-coordinate representation of color #D8C163: hue angle of 48.21º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D8C163 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 193 99 -
CMYK 0 0.11 0.54 0.15
HSL 48.21º 0.6% 0.62% -
HSV(B) 48.21º 0.54% 0.85% -
XYZ 49.64 53.64 19.54 -
YUV 189.16 77.12 147.14 -
System Red Green Blue C M Y K H S L
Decimal 216 193 99 0 0.11 0.54 0.15 48.21 0.6 0.62
Hex D8 C1 63 0 B 36 F 30 3C 3E
Octal 330 301 143 0 13 66 17 60 74 76
Binary 11011000 11000001 1100011 0 1011 110110 1111 110000 111100 111110

Color Harmonies of #D8C163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C163

Black with #D8C163

Text Example


Text Example

White with #D8C163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C163; }

 p { color: rgb(216,193,99); }

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

background-color css

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

 a { background-color: rgb(216,193,99); }

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

border-color css

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

 span { border-color: rgb(216,193,99); }

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