Html Css Color HEX #D5B966 Tacha

📋 copy color: '#D5B966'

red 213 ◦ green 185 ◦ blue 102

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

Shades of Tacha #D5B966

Tints of Tacha #D5B966

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37%

 BLUE value IS 102 (40.23% from 255) = 20.4%

R = 42.6%
G = 37%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D5B966 (or 0xD5B966) is known color: Tacha. HEX triplet: D5, B9 and 66. RGB value is (213,185,102). Sum of RGB (Red+Green+Blue) = 213+185+102=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 102 (40.23% from 255 or 20.4% from 500); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B966 is #2A4699. Grayscale: #B8B8B8. Windows color (decimal): -2770586 or 6732245. OLE color: 6732245.

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

Color convert

RGB 213 185 102 -
CMYK 0 0.13 0.52 0.16
HSL 44.86º 0.57% 0.62% -
HSV(B) 44.86º 0.52% 0.84% -
XYZ 47.19 49.8 19.7 -
YUV 183.91 81.78 148.75 -
System Red Green Blue C M Y K H S L
Decimal 213 185 102 0 0.13 0.52 0.16 44.86 0.57 0.62
Hex D5 B9 66 0 D 34 10 2D 39 3E
Octal 325 271 146 0 15 64 20 55 71 76
Binary 11010101 10111001 1100110 0 1101 110100 10000 101101 111001 111110

Color Harmonies of #D5B966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B966

Black with #D5B966

Text Example


Text Example

White with #D5B966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B966; }

 p { color: rgb(213,185,102); }

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

background-color css

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

 a { background-color: rgb(213,185,102); }

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

border-color css

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

 span { border-color: rgb(213,185,102); }

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