Html Css Color HEX #D46F56 Japonica

📋 copy color: '#D46F56'

red 212 ◦ green 111 ◦ blue 86

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

Shades of Japonica #D46F56

Tints of Japonica #D46F56

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.14%

 BLUE value IS 86 (33.98% from 255) = 21.03%

R = 51.83%
G = 27.14%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.17

RGB Variations

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

Color information

#D46F56 (or 0xD46F56) is known color: Japonica. HEX triplet: D4, 6F and 56. RGB value is (212,111,86). Sum of RGB (Red+Green+Blue) = 212+111+86=409 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.83% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 86 (33.98% from 255 or 21.03% from 409); Max value from RGB is 212 - color contains mainly: red. Hex color #D46F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46F56 is #2B90A9. Grayscale: #8A8A8A. Windows color (decimal): -2855082 or 5664724. OLE color: 5664724.

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

Color convert

RGB 212 111 86 -
CMYK 0 0.48 0.59 0.17
HSL 11.9º 0.59% 0.58% -
HSV(B) 11.9º 0.59% 0.83% -
XYZ 34.52 26.04 12.01 -
YUV 138.35 98.46 180.53 -
System Red Green Blue C M Y K H S L
Decimal 212 111 86 0 0.48 0.59 0.17 11.9 0.59 0.58
Hex D4 6F 56 0 30 3B 11 C 3B 3A
Octal 324 157 126 0 60 73 21 14 73 72
Binary 11010100 1101111 1010110 0 110000 111011 10001 1100 111011 111010

Color Harmonies of #D46F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46F56

Black with #D46F56

Text Example


Text Example

White with #D46F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46F56; }

 p { color: rgb(212,111,86); }

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

background-color css

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

 a { background-color: rgb(212,111,86); }

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

border-color css

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

 span { border-color: rgb(212,111,86); }

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