Html Css Color HEX #D5B65B Tacha

📋 copy color: '#D5B65B'

red 213 ◦ green 182 ◦ blue 91

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

Shades of Tacha #D5B65B

Tints of Tacha #D5B65B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.45%

 BLUE value IS 91 (35.94% from 255) = 18.72%

R = 43.83%
G = 37.45%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5B65B (or 0xD5B65B) is known color: Tacha. HEX triplet: D5, B6 and 5B. RGB value is (213,182,91). Sum of RGB (Red+Green+Blue) = 213+182+91=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 182 (71.48% from 255 or 37.45% from 486); Blue value is 91 (35.94% from 255 or 18.72% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B65B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B65B is #2A49A4. Grayscale: #B5B5B5. Windows color (decimal): -2771365 or 6010581. OLE color: 6010581.

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

Color convert

RGB 213 182 91 -
CMYK 0 0.15 0.57 0.16
HSL 44.75º 0.59% 0.6% -
HSV(B) 44.75º 0.57% 0.84% -
XYZ 46.06 48.36 16.8 -
YUV 180.9 77.27 150.9 -
System Red Green Blue C M Y K H S L
Decimal 213 182 91 0 0.15 0.57 0.16 44.75 0.59 0.6
Hex D5 B6 5B 0 F 39 10 2D 3B 3C
Octal 325 266 133 0 17 71 20 55 73 74
Binary 11010101 10110110 1011011 0 1111 111001 10000 101101 111011 111100

Color Harmonies of #D5B65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B65B

Black with #D5B65B

Text Example


Text Example

White with #D5B65B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B65B; }

 p { color: rgb(213,182,91); }

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

background-color css

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

 a { background-color: rgb(213,182,91); }

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

border-color css

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

 span { border-color: rgb(213,182,91); }

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