Html Css Color HEX #D5BD6B Tacha

📋 copy color: '#D5BD6B'

red 213 ◦ green 189 ◦ blue 107

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

Shades of Tacha #D5BD6B

Tints of Tacha #D5BD6B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.13%

 BLUE value IS 107 (42.19% from 255) = 21.02%

R = 41.85%
G = 37.13%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D5BD6B (or 0xD5BD6B) is known color: Tacha. HEX triplet: D5, BD and 6B. RGB value is (213,189,107). Sum of RGB (Red+Green+Blue) = 213+189+107=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 189 (74.22% from 255 or 37.13% from 509); Blue value is 107 (42.19% from 255 or 21.02% from 509); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BD6B is #2A4294. Grayscale: #BBBBBB. Windows color (decimal): -2769557 or 7060949. OLE color: 7060949.

HSL color Cylindrical-coordinate representation of color #D5BD6B: hue angle of 46.42º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D5BD6B is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 189 107 -
CMYK 0 0.11 0.50 0.16
HSL 46.42º 0.56% 0.63% -
HSV(B) 46.42º 0.5% 0.84% -
XYZ 48.29 51.6 21.33 -
YUV 186.83 82.95 146.67 -
System Red Green Blue C M Y K H S L
Decimal 213 189 107 0 0.11 0.50 0.16 46.42 0.56 0.63
Hex D5 BD 6B 0 B 32 10 2E 38 3F
Octal 325 275 153 0 13 62 20 56 70 77
Binary 11010101 10111101 1101011 0 1011 110010 10000 101110 111000 111111

Color Harmonies of #D5BD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BD6B

Black with #D5BD6B

Text Example


Text Example

White with #D5BD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BD6B; }

 p { color: rgb(213,189,107); }

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

background-color css

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

 a { background-color: rgb(213,189,107); }

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

border-color css

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

 span { border-color: rgb(213,189,107); }

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