Html Css Color HEX #D56C55 Japonica

📋 copy color: '#D56C55'

red 213 ◦ green 108 ◦ blue 85

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

Shades of Japonica #D56C55

Tints of Japonica #D56C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.94%

R = 52.46%
G = 26.6%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D56C55 (or 0xD56C55) is known color: Japonica. HEX triplet: D5, 6C and 55. RGB value is (213,108,85). Sum of RGB (Red+Green+Blue) = 213+108+85=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 85 (33.59% from 255 or 20.94% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D56C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56C55 is #2A93AA. Grayscale: #888888. Windows color (decimal): -2790315 or 5598421. OLE color: 5598421.

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

Color convert

RGB 213 108 85 -
CMYK 0 0.49 0.60 0.16
HSL 10.78º 0.6% 0.58% -
HSV(B) 10.78º 0.6% 0.84% -
XYZ 34.44 25.53 11.71 -
YUV 136.77 98.79 182.37 -
System Red Green Blue C M Y K H S L
Decimal 213 108 85 0 0.49 0.60 0.16 10.78 0.6 0.58
Hex D5 6C 55 0 31 3C 10 B 3C 3A
Octal 325 154 125 0 61 74 20 13 74 72
Binary 11010101 1101100 1010101 0 110001 111100 10000 1011 111100 111010

Color Harmonies of #D56C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56C55

Black with #D56C55

Text Example


Text Example

White with #D56C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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