Html Css Color HEX #D56C5A Japonica

📋 copy color: '#D56C5A'

red 213 ◦ green 108 ◦ blue 90

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

Shades of Japonica #D56C5A

Tints of Japonica #D56C5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.9%

R = 51.82%
G = 26.28%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D56C5A (or 0xD56C5A) is known color: Japonica. HEX triplet: D5, 6C and 5A. RGB value is (213,108,90). Sum of RGB (Red+Green+Blue) = 213+108+90=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 108 (42.58% from 255 or 26.28% from 411); Blue value is 90 (35.55% from 255 or 21.90% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D56C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56C5A is #2A93A5. Grayscale: #898989. Windows color (decimal): -2790310 or 5926101. OLE color: 5926101.

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

Color convert

RGB 213 108 90 -
CMYK 0 0.49 0.58 0.16
HSL 8.78º 0.59% 0.59% -
HSV(B) 8.78º 0.58% 0.84% -
XYZ 34.65 25.61 12.79 -
YUV 137.34 101.29 181.96 -
System Red Green Blue C M Y K H S L
Decimal 213 108 90 0 0.49 0.58 0.16 8.78 0.59 0.59
Hex D5 6C 5A 0 31 3A 10 9 3B 3B
Octal 325 154 132 0 61 72 20 11 73 73
Binary 11010101 1101100 1011010 0 110001 111010 10000 1001 111011 111011

Color Harmonies of #D56C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56C5A

Black with #D56C5A

Text Example


Text Example

White with #D56C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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