Html Css Color HEX #D56C50 Japonica

📋 copy color: '#D56C50'

red 213 ◦ green 108 ◦ blue 80

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

Shades of Japonica #D56C50

Tints of Japonica #D56C50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.95%

R = 53.12%
G = 26.93%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D56C50 (or 0xD56C50) is known color: Japonica. HEX triplet: D5, 6C and 50. RGB value is (213,108,80). Sum of RGB (Red+Green+Blue) = 213+108+80=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 80 (31.64% from 255 or 19.95% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D56C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56C50 is #2A93AF. Grayscale: #888888. Windows color (decimal): -2790320 or 5270741. OLE color: 5270741.

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

Color convert

RGB 213 108 80 -
CMYK 0 0.49 0.62 0.16
HSL 12.63º 0.61% 0.57% -
HSV(B) 12.63º 0.62% 0.84% -
XYZ 34.25 25.45 10.7 -
YUV 136.2 96.29 182.78 -
System Red Green Blue C M Y K H S L
Decimal 213 108 80 0 0.49 0.62 0.16 12.63 0.61 0.57
Hex D5 6C 50 0 31 3E 10 D 3D 39
Octal 325 154 120 0 61 76 20 15 75 71
Binary 11010101 1101100 1010000 0 110001 111110 10000 1101 111101 111001

Color Harmonies of #D56C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56C50

Black with #D56C50

Text Example


Text Example

White with #D56C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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