Html Css Color HEX #D5BD5D Tacha

📋 copy color: '#D5BD5D'

red 213 ◦ green 189 ◦ blue 93

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

Shades of Tacha #D5BD5D

Tints of Tacha #D5BD5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.79%

R = 43.03%
G = 38.18%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5BD5D (or 0xD5BD5D) is known color: Tacha. HEX triplet: D5, BD and 5D. RGB value is (213,189,93). Sum of RGB (Red+Green+Blue) = 213+189+93=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 93 (36.72% from 255 or 18.79% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BD5D is #2A42A2. Grayscale: #B9B9B9. Windows color (decimal): -2769571 or 6143445. OLE color: 6143445.

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

Color convert

RGB 213 189 93 -
CMYK 0 0.11 0.56 0.16
HSL 48º 0.59% 0.6% -
HSV(B) 48º 0.56% 0.84% -
XYZ 47.61 51.33 17.75 -
YUV 185.23 75.95 147.81 -
System Red Green Blue C M Y K H S L
Decimal 213 189 93 0 0.11 0.56 0.16 48 0.59 0.6
Hex D5 BD 5D 0 B 38 10 30 3B 3C
Octal 325 275 135 0 13 70 20 60 73 74
Binary 11010101 10111101 1011101 0 1011 111000 10000 110000 111011 111100

Color Harmonies of #D5BD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BD5D

Black with #D5BD5D

Text Example


Text Example

White with #D5BD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BD5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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