Html Css Color HEX #D56C5B Japonica

📋 copy color: '#D56C5B'

red 213 ◦ green 108 ◦ blue 91

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

Shades of Japonica #D56C5B

Tints of Japonica #D56C5B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.21%

 BLUE value IS 91 (35.94% from 255) = 22.09%

R = 51.7%
G = 26.21%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D56C5B (or 0xD56C5B) is known color: Japonica. HEX triplet: D5, 6C and 5B. RGB value is (213,108,91). Sum of RGB (Red+Green+Blue) = 213+108+91=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 108 (42.58% from 255 or 26.21% from 412); Blue value is 91 (35.94% from 255 or 22.09% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D56C5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56C5B is #2A93A4. Grayscale: #898989. Windows color (decimal): -2790309 or 5991637. OLE color: 5991637.

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

Color convert

RGB 213 108 91 -
CMYK 0 0.49 0.57 0.16
HSL 8.36º 0.59% 0.6% -
HSV(B) 8.36º 0.57% 0.84% -
XYZ 34.69 25.63 13.02 -
YUV 137.46 101.79 181.88 -
System Red Green Blue C M Y K H S L
Decimal 213 108 91 0 0.49 0.57 0.16 8.36 0.59 0.6
Hex D5 6C 5B 0 31 39 10 8 3B 3C
Octal 325 154 133 0 61 71 20 10 73 74
Binary 11010101 1101100 1011011 0 110001 111001 10000 1000 111011 111100

Color Harmonies of #D56C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56C5B

Black with #D56C5B

Text Example


Text Example

White with #D56C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56C5B; }

 p { color: rgb(213,108,91); }

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

background-color css

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

 a { background-color: rgb(213,108,91); }

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

border-color css

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

 span { border-color: rgb(213,108,91); }

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