Html Css Color HEX #D9C85E Tacha

📋 copy color: '#D9C85E'

red 217 ◦ green 200 ◦ blue 94

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

Shades of Tacha #D9C85E

Tints of Tacha #D9C85E

RGB

 RED value IS 217 (85.16% from 255) = 42.47%

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

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

R = 42.47%
G = 39.14%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9C85E (or 0xD9C85E) is known color: Tacha. HEX triplet: D9, C8 and 5E. RGB value is (217,200,94). Sum of RGB (Red+Green+Blue) = 217+200+94=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 94 (37.11% from 255 or 18.40% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C85E is #2637A1. Grayscale: #C1C1C1. Windows color (decimal): -2504610 or 6211801. OLE color: 6211801.

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

Color convert

RGB 217 200 94 -
CMYK 0 0.08 0.57 0.15
HSL 51.71º 0.62% 0.61% -
HSV(B) 51.71º 0.57% 0.85% -
XYZ 51.29 56.87 18.86 -
YUV 193 72.13 145.12 -
System Red Green Blue C M Y K H S L
Decimal 217 200 94 0 0.08 0.57 0.15 51.71 0.62 0.61
Hex D9 C8 5E 0 8 39 F 34 3E 3D
Octal 331 310 136 0 10 71 17 64 76 75
Binary 11011001 11001000 1011110 0 1000 111001 1111 110100 111110 111101

Color Harmonies of #D9C85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C85E

Black with #D9C85E

Text Example


Text Example

White with #D9C85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C85E; }

 p { color: rgb(217,200,94); }

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

background-color css

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

 a { background-color: rgb(217,200,94); }

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

border-color css

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

 span { border-color: rgb(217,200,94); }

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