Html Css Color HEX #D5BB69 Tacha

📋 copy color: '#D5BB69'

red 213 ◦ green 187 ◦ blue 105

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

Shades of Tacha #D5BB69

Tints of Tacha #D5BB69

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.03%

 BLUE value IS 105 (41.41% from 255) = 20.79%

R = 42.18%
G = 37.03%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D5BB69 (or 0xD5BB69) is known color: Tacha. HEX triplet: D5, BB and 69. RGB value is (213,187,105). Sum of RGB (Red+Green+Blue) = 213+187+105=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 187 (73.44% from 255 or 37.03% from 505); Blue value is 105 (41.41% from 255 or 20.79% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BB69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BB69 is #2A4496. Grayscale: #B9B9B9. Windows color (decimal): -2770071 or 6929365. OLE color: 6929365.

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

Color convert

RGB 213 187 105 -
CMYK 0 0.12 0.51 0.16
HSL 45.56º 0.56% 0.62% -
HSV(B) 45.56º 0.51% 0.84% -
XYZ 47.76 50.71 20.63 -
YUV 185.43 82.61 147.67 -
System Red Green Blue C M Y K H S L
Decimal 213 187 105 0 0.12 0.51 0.16 45.56 0.56 0.62
Hex D5 BB 69 0 C 33 10 2E 38 3E
Octal 325 273 151 0 14 63 20 56 70 76
Binary 11010101 10111011 1101001 0 1100 110011 10000 101110 111000 111110

Color Harmonies of #D5BB69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BB69

Black with #D5BB69

Text Example


Text Example

White with #D5BB69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BB69; }

 p { color: rgb(213,187,105); }

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

background-color css

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

 a { background-color: rgb(213,187,105); }

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

border-color css

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

 span { border-color: rgb(213,187,105); }

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