Html Css Color HEX #D4B75A Tacha

📋 copy color: '#D4B75A'

red 212 ◦ green 183 ◦ blue 90

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

Shades of Tacha #D4B75A

Tints of Tacha #D4B75A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.56%

R = 43.71%
G = 37.73%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D4B75A (or 0xD4B75A) is known color: Tacha. HEX triplet: D4, B7 and 5A. RGB value is (212,183,90). Sum of RGB (Red+Green+Blue) = 212+183+90=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 90 (35.55% from 255 or 18.56% from 485); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B75A is #2B48A5. Grayscale: #B5B5B5. Windows color (decimal): -2836646 or 5945300. OLE color: 5945300.

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

Color convert

RGB 212 183 90 -
CMYK 0 0.14 0.58 0.17
HSL 45.74º 0.59% 0.59% -
HSV(B) 45.74º 0.58% 0.83% -
XYZ 45.93 48.6 16.63 -
YUV 181.07 76.61 150.06 -
System Red Green Blue C M Y K H S L
Decimal 212 183 90 0 0.14 0.58 0.17 45.74 0.59 0.59
Hex D4 B7 5A 0 E 3A 11 2E 3B 3B
Octal 324 267 132 0 16 72 21 56 73 73
Binary 11010100 10110111 1011010 0 1110 111010 10001 101110 111011 111011

Color Harmonies of #D4B75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B75A

Black with #D4B75A

Text Example


Text Example

White with #D4B75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B75A; }

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

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

background-color css

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

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

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

border-color css

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

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

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