Html Css Color HEX #D5B766 Tacha

📋 copy color: '#D5B766'

red 213 ◦ green 183 ◦ blue 102

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

Shades of Tacha #D5B766

Tints of Tacha #D5B766

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.75%

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

R = 42.77%
G = 36.75%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D5B766 (or 0xD5B766) is known color: Tacha. HEX triplet: D5, B7 and 66. RGB value is (213,183,102). Sum of RGB (Red+Green+Blue) = 213+183+102=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 183 (71.88% from 255 or 36.75% from 498); Blue value is 102 (40.23% from 255 or 20.48% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B766 is #2A4899. Grayscale: #B7B7B7. Windows color (decimal): -2771098 or 6731733. OLE color: 6731733.

HSL color Cylindrical-coordinate representation of color #D5B766: hue angle of 43.78º 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 #D5B766 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 183 102 -
CMYK 0 0.14 0.52 0.16
HSL 43.78º 0.57% 0.62% -
HSV(B) 43.78º 0.52% 0.84% -
XYZ 46.77 48.97 19.56 -
YUV 182.74 82.44 149.59 -
System Red Green Blue C M Y K H S L
Decimal 213 183 102 0 0.14 0.52 0.16 43.78 0.57 0.62
Hex D5 B7 66 0 E 34 10 2C 39 3E
Octal 325 267 146 0 16 64 20 54 71 76
Binary 11010101 10110111 1100110 0 1110 110100 10000 101100 111001 111110

Color Harmonies of #D5B766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B766

Black with #D5B766

Text Example


Text Example

White with #D5B766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B766; }

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

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

background-color css

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

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

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

border-color css

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

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

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