Html Css Color HEX #D5BA65 Tacha

📋 copy color: '#D5BA65'

red 213 ◦ green 186 ◦ blue 101

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

Shades of Tacha #D5BA65

Tints of Tacha #D5BA65

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.2%

 BLUE value IS 101 (39.84% from 255) = 20.2%

R = 42.6%
G = 37.2%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D5BA65 (or 0xD5BA65) is known color: Tacha. HEX triplet: D5, BA and 65. RGB value is (213,186,101). Sum of RGB (Red+Green+Blue) = 213+186+101=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 101 (39.84% from 255 or 20.2% from 500); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BA65 is #2A459A. Grayscale: #B8B8B8. Windows color (decimal): -2770331 or 6666965. OLE color: 6666965.

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

Color convert

RGB 213 186 101 -
CMYK 0 0.13 0.53 0.16
HSL 45.54º 0.57% 0.62% -
HSV(B) 45.54º 0.53% 0.84% -
XYZ 47.35 50.2 19.51 -
YUV 184.38 80.95 148.41 -
System Red Green Blue C M Y K H S L
Decimal 213 186 101 0 0.13 0.53 0.16 45.54 0.57 0.62
Hex D5 BA 65 0 D 35 10 2E 39 3E
Octal 325 272 145 0 15 65 20 56 71 76
Binary 11010101 10111010 1100101 0 1101 110101 10000 101110 111001 111110

Color Harmonies of #D5BA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BA65

Black with #D5BA65

Text Example


Text Example

White with #D5BA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BA65; }

 p { color: rgb(213,186,101); }

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

background-color css

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

 a { background-color: rgb(213,186,101); }

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

border-color css

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

 span { border-color: rgb(213,186,101); }

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