Html Css Color HEX #D4B95B Tacha

📋 copy color: '#D4B95B'

red 212 ◦ green 185 ◦ blue 91

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

Shades of Tacha #D4B95B

Tints of Tacha #D4B95B

RGB

 RED value IS 212 (83.2% from 255) = 43.44%

 GREEN value IS 185 (72.66% from 255) = 37.91%

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

R = 43.44%
G = 37.91%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D4B95B (or 0xD4B95B) is known color: Tacha. HEX triplet: D4, B9 and 5B. RGB value is (212,185,91). Sum of RGB (Red+Green+Blue) = 212+185+91=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 91 (35.94% from 255 or 18.65% from 488); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B95B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B95B is #2B46A4. Grayscale: #B6B6B6. Windows color (decimal): -2836133 or 6011348. OLE color: 6011348.

HSL color Cylindrical-coordinate representation of color #D4B95B: hue angle of 46.61º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D4B95B is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 185 91 -
CMYK 0 0.13 0.57 0.17
HSL 46.61º 0.58% 0.59% -
HSV(B) 46.61º 0.57% 0.83% -
XYZ 46.39 49.45 17 -
YUV 182.36 76.45 149.14 -
System Red Green Blue C M Y K H S L
Decimal 212 185 91 0 0.13 0.57 0.17 46.61 0.58 0.59
Hex D4 B9 5B 0 D 39 11 2F 3A 3B
Octal 324 271 133 0 15 71 21 57 72 73
Binary 11010100 10111001 1011011 0 1101 111001 10001 101111 111010 111011

Color Harmonies of #D4B95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B95B

Black with #D4B95B

Text Example


Text Example

White with #D4B95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B95B; }

 p { color: rgb(212,185,91); }

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

background-color css

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

 a { background-color: rgb(212,185,91); }

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

border-color css

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

 span { border-color: rgb(212,185,91); }

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