Html Css Color HEX #D3C85A Tacha

📋 copy color: '#D3C85A'

red 211 ◦ green 200 ◦ blue 90

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

Shades of Tacha #D3C85A

Tints of Tacha #D3C85A

RGB

 RED value IS 211 (82.81% from 255) = 42.12%

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

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

R = 42.12%
G = 39.92%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D3C85A (or 0xD3C85A) is known color: Tacha. HEX triplet: D3, C8 and 5A. RGB value is (211,200,90). Sum of RGB (Red+Green+Blue) = 211+200+90=501 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.12% from 501); Green value is 200 (78.52% from 255 or 39.92% from 501); Blue value is 90 (35.55% from 255 or 17.96% from 501); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C85A is #2C37A5. Grayscale: #BFBFBF. Windows color (decimal): -2897830 or 5949651. OLE color: 5949651.

HSL color Cylindrical-coordinate representation of color #D3C85A: hue angle of 54.55º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D3C85A is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 200 90 -
CMYK 0 0.05 0.57 0.17
HSL 54.55º 0.58% 0.59% -
HSV(B) 54.55º 0.57% 0.83% -
XYZ 49.36 55.9 17.86 -
YUV 190.75 71.14 142.44 -
System Red Green Blue C M Y K H S L
Decimal 211 200 90 0 0.05 0.57 0.17 54.55 0.58 0.59
Hex D3 C8 5A 0 5 39 11 37 3A 3B
Octal 323 310 132 0 5 71 21 67 72 73
Binary 11010011 11001000 1011010 0 101 111001 10001 110111 111010 111011

Color Harmonies of #D3C85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C85A

Black with #D3C85A

Text Example


Text Example

White with #D3C85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C85A; }

 p { color: rgb(211,200,90); }

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

background-color css

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

 a { background-color: rgb(211,200,90); }

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

border-color css

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

 span { border-color: rgb(211,200,90); }

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