Html Css Color HEX #D56F58 Japonica

📋 copy color: '#D56F58'

red 213 ◦ green 111 ◦ blue 88

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

Shades of Japonica #D56F58

Tints of Japonica #D56F58

RGB

 RED value IS 213 (83.59% from 255) = 51.7%

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

 BLUE value IS 88 (34.77% from 255) = 21.36%

R = 51.7%
G = 26.94%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D56F58 (or 0xD56F58) is known color: Japonica. HEX triplet: D5, 6F and 58. RGB value is (213,111,88). Sum of RGB (Red+Green+Blue) = 213+111+88=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 88 (34.77% from 255 or 21.36% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56F58 is #2A90A7. Grayscale: #8B8B8B. Windows color (decimal): -2789544 or 5795797. OLE color: 5795797.

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

Color convert

RGB 213 111 88 -
CMYK 0 0.48 0.59 0.16
HSL 11.04º 0.6% 0.59% -
HSV(B) 11.04º 0.59% 0.84% -
XYZ 34.89 26.22 12.45 -
YUV 138.88 99.29 180.87 -
System Red Green Blue C M Y K H S L
Decimal 213 111 88 0 0.48 0.59 0.16 11.04 0.6 0.59
Hex D5 6F 58 0 30 3B 10 B 3C 3B
Octal 325 157 130 0 60 73 20 13 74 73
Binary 11010101 1101111 1011000 0 110000 111011 10000 1011 111100 111011

Color Harmonies of #D56F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56F58

Black with #D56F58

Text Example


Text Example

White with #D56F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56F58; }

 p { color: rgb(213,111,88); }

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

background-color css

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

 a { background-color: rgb(213,111,88); }

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

border-color css

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

 span { border-color: rgb(213,111,88); }

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