Html Css Color HEX #D4B75B Tacha

📋 copy color: '#D4B75B'

red 212 ◦ green 183 ◦ blue 91

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

Shades of Tacha #D4B75B

Tints of Tacha #D4B75B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.65%

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

R = 43.62%
G = 37.65%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D4B75B (or 0xD4B75B) is known color: Tacha. HEX triplet: D4, B7 and 5B. RGB value is (212,183,91). Sum of RGB (Red+Green+Blue) = 212+183+91=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 183 (71.88% from 255 or 37.65% from 486); Blue value is 91 (35.94% from 255 or 18.72% from 486); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B75B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B75B is #2B48A4. Grayscale: #B5B5B5. Windows color (decimal): -2836645 or 6010836. OLE color: 6010836.

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

Color convert

RGB 212 183 91 -
CMYK 0 0.14 0.57 0.17
HSL 45.62º 0.58% 0.59% -
HSV(B) 45.62º 0.57% 0.83% -
XYZ 45.97 48.62 16.86 -
YUV 181.18 77.11 149.98 -
System Red Green Blue C M Y K H S L
Decimal 212 183 91 0 0.14 0.57 0.17 45.62 0.58 0.59
Hex D4 B7 5B 0 E 39 11 2E 3A 3B
Octal 324 267 133 0 16 71 21 56 72 73
Binary 11010100 10110111 1011011 0 1110 111001 10001 101110 111010 111011

Color Harmonies of #D4B75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B75B

Black with #D4B75B

Text Example


Text Example

White with #D4B75B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B75B; }

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

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

background-color css

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

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

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

border-color css

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

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

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