Html Css Color HEX #D5C85B Tacha

📋 copy color: '#D5C85B'

red 213 ◦ green 200 ◦ blue 91

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

Shades of Tacha #D5C85B

Tints of Tacha #D5C85B

RGB

 RED value IS 213 (83.59% from 255) = 42.26%

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

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

R = 42.26%
G = 39.68%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5C85B (or 0xD5C85B) is known color: Tacha. HEX triplet: D5, C8 and 5B. RGB value is (213,200,91). Sum of RGB (Red+Green+Blue) = 213+200+91=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 200 (78.52% from 255 or 39.68% from 504); Blue value is 91 (35.94% from 255 or 18.06% from 504); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C85B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C85B is #2A37A4. Grayscale: #BFBFBF. Windows color (decimal): -2766757 or 6015189. OLE color: 6015189.

HSL color Cylindrical-coordinate representation of color #D5C85B: hue angle of 53.61º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D5C85B is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 200 91 -
CMYK 0 0.06 0.57 0.16
HSL 53.61º 0.59% 0.6% -
HSV(B) 53.61º 0.57% 0.84% -
XYZ 49.98 56.21 18.11 -
YUV 191.46 71.31 143.36 -
System Red Green Blue C M Y K H S L
Decimal 213 200 91 0 0.06 0.57 0.16 53.61 0.59 0.6
Hex D5 C8 5B 0 6 39 10 36 3B 3C
Octal 325 310 133 0 6 71 20 66 73 74
Binary 11010101 11001000 1011011 0 110 111001 10000 110110 111011 111100

Color Harmonies of #D5C85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C85B

Black with #D5C85B

Text Example


Text Example

White with #D5C85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C85B; }

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

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

background-color css

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

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

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

border-color css

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

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

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