Html Css Color HEX #D8C15D Tacha

📋 copy color: '#D8C15D'

red 216 ◦ green 193 ◦ blue 93

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

Shades of Tacha #D8C15D

Tints of Tacha #D8C15D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.53%

R = 43.03%
G = 38.45%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8C15D (or 0xD8C15D) is known color: Tacha. HEX triplet: D8, C1 and 5D. RGB value is (216,193,93). Sum of RGB (Red+Green+Blue) = 216+193+93=502 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.03% from 502); Green value is 193 (75.78% from 255 or 38.45% from 502); Blue value is 93 (36.72% from 255 or 18.53% from 502); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C15D is #273EA2. Grayscale: #BCBCBC. Windows color (decimal): -2571939 or 6144472. OLE color: 6144472.

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

Color convert

RGB 216 193 93 -
CMYK 0 0.11 0.57 0.15
HSL 48.78º 0.61% 0.61% -
HSV(B) 48.78º 0.57% 0.85% -
XYZ 49.36 53.53 18.09 -
YUV 188.48 74.12 147.63 -
System Red Green Blue C M Y K H S L
Decimal 216 193 93 0 0.11 0.57 0.15 48.78 0.61 0.61
Hex D8 C1 5D 0 B 39 F 31 3D 3D
Octal 330 301 135 0 13 71 17 61 75 75
Binary 11011000 11000001 1011101 0 1011 111001 1111 110001 111101 111101

Color Harmonies of #D8C15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C15D

Black with #D8C15D

Text Example


Text Example

White with #D8C15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C15D; }

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

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

background-color css

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

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

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

border-color css

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

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

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