Html Css Color HEX #D46E53 Japonica

📋 copy color: '#D46E53'

red 212 ◦ green 110 ◦ blue 83

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

Shades of Japonica #D46E53

Tints of Japonica #D46E53

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.16%

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

R = 52.35%
G = 27.16%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D46E53 (or 0xD46E53) is known color: Japonica. HEX triplet: D4, 6E and 53. RGB value is (212,110,83). Sum of RGB (Red+Green+Blue) = 212+110+83=405 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.35% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 83 (32.81% from 255 or 20.49% from 405); Max value from RGB is 212 - color contains mainly: red. Hex color #D46E53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46E53 is #2B91AC. Grayscale: #898989. Windows color (decimal): -2855341 or 5467860. OLE color: 5467860.

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

Color convert

RGB 212 110 83 -
CMYK 0 0.48 0.61 0.17
HSL 12.56º 0.6% 0.58% -
HSV(B) 12.56º 0.61% 0.83% -
XYZ 34.29 25.77 11.35 -
YUV 137.42 97.29 181.2 -
System Red Green Blue C M Y K H S L
Decimal 212 110 83 0 0.48 0.61 0.17 12.56 0.6 0.58
Hex D4 6E 53 0 30 3D 11 D 3C 3A
Octal 324 156 123 0 60 75 21 15 74 72
Binary 11010100 1101110 1010011 0 110000 111101 10001 1101 111100 111010

Color Harmonies of #D46E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46E53

Black with #D46E53

Text Example


Text Example

White with #D46E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46E53; }

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

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

background-color css

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

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

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

border-color css

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

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

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