Html Css Color HEX #D8C15A Tacha

📋 copy color: '#D8C15A'

red 216 ◦ green 193 ◦ blue 90

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

Shades of Tacha #D8C15A

Tints of Tacha #D8C15A

RGB

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

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

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

R = 43.29%
G = 38.68%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D8C15A (or 0xD8C15A) is known color: Tacha. HEX triplet: D8, C1 and 5A. RGB value is (216,193,90). Sum of RGB (Red+Green+Blue) = 216+193+90=499 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.29% from 499); Green value is 193 (75.78% from 255 or 38.68% from 499); Blue value is 90 (35.55% from 255 or 18.04% from 499); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C15A is #273EA5. Grayscale: #BCBCBC. Windows color (decimal): -2571942 or 5947864. OLE color: 5947864.

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

Color convert

RGB 216 193 90 -
CMYK 0 0.11 0.58 0.15
HSL 49.05º 0.62% 0.6% -
HSV(B) 49.05º 0.58% 0.85% -
XYZ 49.23 53.48 17.4 -
YUV 188.14 72.62 147.88 -
System Red Green Blue C M Y K H S L
Decimal 216 193 90 0 0.11 0.58 0.15 49.05 0.62 0.6
Hex D8 C1 5A 0 B 3A F 31 3E 3C
Octal 330 301 132 0 13 72 17 61 76 74
Binary 11011000 11000001 1011010 0 1011 111010 1111 110001 111110 111100

Color Harmonies of #D8C15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C15A

Black with #D8C15A

Text Example


Text Example

White with #D8C15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C15A; }

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

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

background-color css

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

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

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

border-color css

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

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

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