Html Css Color HEX #D56D5E Japonica

📋 copy color: '#D56D5E'

red 213 ◦ green 109 ◦ blue 94

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

Shades of Japonica #D56D5E

Tints of Japonica #D56D5E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.2%

 BLUE value IS 94 (37.11% from 255) = 22.6%

R = 51.2%
G = 26.2%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D56D5E (or 0xD56D5E) is known color: Japonica. HEX triplet: D5, 6D and 5E. RGB value is (213,109,94). Sum of RGB (Red+Green+Blue) = 213+109+94=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D56D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56D5E is #2A92A1. Grayscale: #8A8A8A. Windows color (decimal): -2790050 or 6188501. OLE color: 6188501.

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

Color convert

RGB 213 109 94 -
CMYK 0 0.49 0.56 0.16
HSL 7.56º 0.59% 0.6% -
HSV(B) 7.56º 0.56% 0.84% -
XYZ 34.93 25.89 13.75 -
YUV 138.39 102.96 181.22 -
System Red Green Blue C M Y K H S L
Decimal 213 109 94 0 0.49 0.56 0.16 7.56 0.59 0.6
Hex D5 6D 5E 0 31 38 10 8 3B 3C
Octal 325 155 136 0 61 70 20 10 73 74
Binary 11010101 1101101 1011110 0 110001 111000 10000 1000 111011 111100

Color Harmonies of #D56D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56D5E

Black with #D56D5E

Text Example


Text Example

White with #D56D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56D5E; }

 p { color: rgb(213,109,94); }

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

background-color css

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

 a { background-color: rgb(213,109,94); }

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

border-color css

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

 span { border-color: rgb(213,109,94); }

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