Html Css Color HEX #D5BB5B Tacha

📋 copy color: '#D5BB5B'

red 213 ◦ green 187 ◦ blue 91

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

Shades of Tacha #D5BB5B

Tints of Tacha #D5BB5B

RGB

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

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

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

R = 43.38%
G = 38.09%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5BB5B (or 0xD5BB5B) is known color: Tacha. HEX triplet: D5, BB and 5B. RGB value is (213,187,91). Sum of RGB (Red+Green+Blue) = 213+187+91=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 91 (35.94% from 255 or 18.53% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BB5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BB5B is #2A44A4. Grayscale: #B8B8B8. Windows color (decimal): -2770085 or 6011861. OLE color: 6011861.

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

Color convert

RGB 213 187 91 -
CMYK 0 0.12 0.57 0.16
HSL 47.21º 0.59% 0.6% -
HSV(B) 47.21º 0.57% 0.84% -
XYZ 47.1 50.44 17.15 -
YUV 183.83 75.61 148.81 -
System Red Green Blue C M Y K H S L
Decimal 213 187 91 0 0.12 0.57 0.16 47.21 0.59 0.6
Hex D5 BB 5B 0 C 39 10 2F 3B 3C
Octal 325 273 133 0 14 71 20 57 73 74
Binary 11010101 10111011 1011011 0 1100 111001 10000 101111 111011 111100

Color Harmonies of #D5BB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BB5B

Black with #D5BB5B

Text Example


Text Example

White with #D5BB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BB5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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