Html Css Color HEX #D5B868 Tacha

📋 copy color: '#D5B868'

red 213 ◦ green 184 ◦ blue 104

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

Shades of Tacha #D5B868

Tints of Tacha #D5B868

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.73%

 BLUE value IS 104 (41.02% from 255) = 20.76%

R = 42.51%
G = 36.73%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D5B868 (or 0xD5B868) is known color: Tacha. HEX triplet: D5, B8 and 68. RGB value is (213,184,104). Sum of RGB (Red+Green+Blue) = 213+184+104=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 184 (72.27% from 255 or 36.73% from 501); Blue value is 104 (41.02% from 255 or 20.76% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B868 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B868 is #2A4797. Grayscale: #B7B7B7. Windows color (decimal): -2770840 or 6863061. OLE color: 6863061.

HSL color Cylindrical-coordinate representation of color #D5B868: hue angle of 44.04º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D5B868 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 184 104 -
CMYK 0 0.14 0.51 0.16
HSL 44.04º 0.56% 0.62% -
HSV(B) 44.04º 0.51% 0.84% -
XYZ 47.08 49.43 20.16 -
YUV 183.55 83.11 149 -
System Red Green Blue C M Y K H S L
Decimal 213 184 104 0 0.14 0.51 0.16 44.04 0.56 0.62
Hex D5 B8 68 0 E 33 10 2C 38 3E
Octal 325 270 150 0 16 63 20 54 70 76
Binary 11010101 10111000 1101000 0 1110 110011 10000 101100 111000 111110

Color Harmonies of #D5B868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B868

Black with #D5B868

Text Example


Text Example

White with #D5B868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B868; }

 p { color: rgb(213,184,104); }

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

background-color css

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

 a { background-color: rgb(213,184,104); }

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

border-color css

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

 span { border-color: rgb(213,184,104); }

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