Html Css Color HEX #D56F5D Japonica

📋 copy color: '#D56F5D'

red 213 ◦ green 111 ◦ blue 93

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

Shades of Japonica #D56F5D

Tints of Japonica #D56F5D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.62%

 BLUE value IS 93 (36.72% from 255) = 22.3%

R = 51.08%
G = 26.62%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D56F5D (or 0xD56F5D) is known color: Japonica. HEX triplet: D5, 6F and 5D. RGB value is (213,111,93). Sum of RGB (Red+Green+Blue) = 213+111+93=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56F5D is #2A90A2. Grayscale: #8B8B8B. Windows color (decimal): -2789539 or 6123477. OLE color: 6123477.

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

Color convert

RGB 213 111 93 -
CMYK 0 0.48 0.56 0.16
HSL 0.59% 0.6% -
HSV(B) 0.56% 0.84% -
XYZ 35.1 26.31 13.58 -
YUV 139.45 101.79 180.46 -
System Red Green Blue C M Y K H S L
Decimal 213 111 93 0 0.48 0.56 0.16 9 0.59 0.6
Hex D5 6F 5D 0 30 38 10 9 3B 3C
Octal 325 157 135 0 60 70 20 11 73 74
Binary 11010101 1101111 1011101 0 110000 111000 10000 1001 111011 111100

Color Harmonies of #D56F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56F5D

Black with #D56F5D

Text Example


Text Example

White with #D56F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56F5D; }

 p { color: rgb(213,111,93); }

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

background-color css

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

 a { background-color: rgb(213,111,93); }

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

border-color css

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

 span { border-color: rgb(213,111,93); }

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