Html Css Color HEX #D4B45F Tacha

📋 copy color: '#D4B45F'

red 212 ◦ green 180 ◦ blue 95

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

Shades of Tacha #D4B45F

Tints of Tacha #D4B45F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.96%

 BLUE value IS 95 (37.5% from 255) = 19.51%

R = 43.53%
G = 36.96%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D4B45F (or 0xD4B45F) is known color: Tacha. HEX triplet: D4, B4 and 5F. RGB value is (212,180,95). Sum of RGB (Red+Green+Blue) = 212+180+95=487 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.53% from 487); Green value is 180 (70.70% from 255 or 36.96% from 487); Blue value is 95 (37.5% from 255 or 19.51% from 487); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B45F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B45F is #2B4BA0. Grayscale: #B4B4B4. Windows color (decimal): -2837409 or 6272212. OLE color: 6272212.

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

Color convert

RGB 212 180 95 -
CMYK 0 0.15 0.55 0.17
HSL 43.59º 0.58% 0.6% -
HSV(B) 43.59º 0.55% 0.83% -
XYZ 45.54 47.47 17.59 -
YUV 179.88 80.1 150.91 -
System Red Green Blue C M Y K H S L
Decimal 212 180 95 0 0.15 0.55 0.17 43.59 0.58 0.6
Hex D4 B4 5F 0 F 37 11 2C 3A 3C
Octal 324 264 137 0 17 67 21 54 72 74
Binary 11010100 10110100 1011111 0 1111 110111 10001 101100 111010 111100

Color Harmonies of #D4B45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B45F

Black with #D4B45F

Text Example


Text Example

White with #D4B45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B45F; }

 p { color: rgb(212,180,95); }

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

background-color css

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

 a { background-color: rgb(212,180,95); }

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

border-color css

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

 span { border-color: rgb(212,180,95); }

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