Html Css Color HEX #D4B453 Tacha

📋 copy color: '#D4B453'

red 212 ◦ green 180 ◦ blue 83

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

Shades of Tacha #D4B453

Tints of Tacha #D4B453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.47%

R = 44.63%
G = 37.89%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D4B453 (or 0xD4B453) is known color: Tacha. HEX triplet: D4, B4 and 53. RGB value is (212,180,83). Sum of RGB (Red+Green+Blue) = 212+180+83=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 180 (70.70% from 255 or 37.89% from 475); Blue value is 83 (32.81% from 255 or 17.47% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B453 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B453 is #2B4BAC. Grayscale: #B2B2B2. Windows color (decimal): -2837421 or 5485780. OLE color: 5485780.

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

Color convert

RGB 212 180 83 -
CMYK 0 0.15 0.61 0.17
HSL 45.12º 0.6% 0.58% -
HSV(B) 45.12º 0.61% 0.83% -
XYZ 45.03 47.26 14.93 -
YUV 178.51 74.1 151.89 -
System Red Green Blue C M Y K H S L
Decimal 212 180 83 0 0.15 0.61 0.17 45.12 0.6 0.58
Hex D4 B4 53 0 F 3D 11 2D 3C 3A
Octal 324 264 123 0 17 75 21 55 74 72
Binary 11010100 10110100 1010011 0 1111 111101 10001 101101 111100 111010

Color Harmonies of #D4B453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B453

Black with #D4B453

Text Example


Text Example

White with #D4B453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B453; }

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

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

background-color css

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

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

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

border-color css

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

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

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