Html Css Color HEX #D9C85B Tacha

📋 copy color: '#D9C85B'

red 217 ◦ green 200 ◦ blue 91

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

Shades of Tacha #D9C85B

Tints of Tacha #D9C85B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.91%

R = 42.72%
G = 39.37%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9C85B (or 0xD9C85B) is known color: Tacha. HEX triplet: D9, C8 and 5B. RGB value is (217,200,91). Sum of RGB (Red+Green+Blue) = 217+200+91=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 200 (78.52% from 255 or 39.37% from 508); Blue value is 91 (35.94% from 255 or 17.91% from 508); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C85B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C85B is #2637A4. Grayscale: #C1C1C1. Windows color (decimal): -2504613 or 6015193. OLE color: 6015193.

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

Color convert

RGB 217 200 91 -
CMYK 0 0.08 0.58 0.15
HSL 51.9º 0.62% 0.6% -
HSV(B) 51.9º 0.58% 0.85% -
XYZ 51.16 56.82 18.17 -
YUV 192.66 70.63 145.36 -
System Red Green Blue C M Y K H S L
Decimal 217 200 91 0 0.08 0.58 0.15 51.9 0.62 0.6
Hex D9 C8 5B 0 8 3A F 34 3E 3C
Octal 331 310 133 0 10 72 17 64 76 74
Binary 11011001 11001000 1011011 0 1000 111010 1111 110100 111110 111100

Color Harmonies of #D9C85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C85B

Black with #D9C85B

Text Example


Text Example

White with #D9C85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C85B; }

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

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

background-color css

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

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

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

border-color css

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

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

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