Html Css Color HEX #D56A53 Japonica

📋 copy color: '#D56A53'

red 213 ◦ green 106 ◦ blue 83

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

Shades of Japonica #D56A53

Tints of Japonica #D56A53

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.37%

 BLUE value IS 83 (32.81% from 255) = 20.65%

R = 52.99%
G = 26.37%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D56A53 (or 0xD56A53) is known color: Japonica. HEX triplet: D5, 6A and 53. RGB value is (213,106,83). Sum of RGB (Red+Green+Blue) = 213+106+83=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 106 (41.80% from 255 or 26.37% from 402); Blue value is 83 (32.81% from 255 or 20.65% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D56A53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56A53 is #2A95AC. Grayscale: #878787. Windows color (decimal): -2790829 or 5466837. OLE color: 5466837.

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

Color convert

RGB 213 106 83 -
CMYK 0 0.50 0.61 0.16
HSL 10.62º 0.61% 0.58% -
HSV(B) 10.62º 0.61% 0.84% -
XYZ 34.16 25.08 11.22 -
YUV 135.37 98.45 183.37 -
System Red Green Blue C M Y K H S L
Decimal 213 106 83 0 0.50 0.61 0.16 10.62 0.61 0.58
Hex D5 6A 53 0 32 3D 10 B 3D 3A
Octal 325 152 123 0 62 75 20 13 75 72
Binary 11010101 1101010 1010011 0 110010 111101 10000 1011 111101 111010

Color Harmonies of #D56A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56A53

Black with #D56A53

Text Example


Text Example

White with #D56A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56A53; }

 p { color: rgb(213,106,83); }

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

background-color css

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

 a { background-color: rgb(213,106,83); }

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

border-color css

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

 span { border-color: rgb(213,106,83); }

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