Html Css Color HEX #D8C85D Tacha

📋 copy color: '#D8C85D'

red 216 ◦ green 200 ◦ blue 93

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

Shades of Tacha #D8C85D

Tints of Tacha #D8C85D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.29%

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

R = 42.44%
G = 39.29%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8C85D (or 0xD8C85D) is known color: Tacha. HEX triplet: D8, C8 and 5D. RGB value is (216,200,93). Sum of RGB (Red+Green+Blue) = 216+200+93=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 200 (78.52% from 255 or 39.29% from 509); Blue value is 93 (36.72% from 255 or 18.27% from 509); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C85D is #2737A2. Grayscale: #C1C1C1. Windows color (decimal): -2570147 or 6146264. OLE color: 6146264.

HSL color Cylindrical-coordinate representation of color #D8C85D: hue angle of 52.2º 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 #D8C85D is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 200 93 -
CMYK 0 0.07 0.57 0.15
HSL 52.2º 0.61% 0.61% -
HSV(B) 52.2º 0.57% 0.85% -
XYZ 50.95 56.7 18.61 -
YUV 192.59 71.8 144.7 -
System Red Green Blue C M Y K H S L
Decimal 216 200 93 0 0.07 0.57 0.15 52.2 0.61 0.61
Hex D8 C8 5D 0 7 39 F 34 3D 3D
Octal 330 310 135 0 7 71 17 64 75 75
Binary 11011000 11001000 1011101 0 111 111001 1111 110100 111101 111101

Color Harmonies of #D8C85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C85D

Black with #D8C85D

Text Example


Text Example

White with #D8C85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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