Html Css Color HEX #D56F54 Japonica

📋 copy color: '#D56F54'

red 213 ◦ green 111 ◦ blue 84

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

Shades of Japonica #D56F54

Tints of Japonica #D56F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.59%

R = 52.21%
G = 27.21%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D56F54 (or 0xD56F54) is known color: Japonica. HEX triplet: D5, 6F and 54. RGB value is (213,111,84). Sum of RGB (Red+Green+Blue) = 213+111+84=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 111 (43.75% from 255 or 27.21% from 408); Blue value is 84 (33.20% from 255 or 20.59% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56F54 is #2A90AB. Grayscale: #8A8A8A. Windows color (decimal): -2789548 or 5533653. OLE color: 5533653.

HSL color Cylindrical-coordinate representation of color #D56F54: hue angle of 12.56º 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 #D56F54 is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 111 84 -
CMYK 0 0.48 0.61 0.16
HSL 12.56º 0.61% 0.58% -
HSV(B) 12.56º 0.61% 0.84% -
XYZ 34.73 26.16 11.61 -
YUV 138.42 97.29 181.2 -
System Red Green Blue C M Y K H S L
Decimal 213 111 84 0 0.48 0.61 0.16 12.56 0.61 0.58
Hex D5 6F 54 0 30 3D 10 D 3D 3A
Octal 325 157 124 0 60 75 20 15 75 72
Binary 11010101 1101111 1010100 0 110000 111101 10000 1101 111101 111010

Color Harmonies of #D56F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56F54

Black with #D56F54

Text Example


Text Example

White with #D56F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56F54; }

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

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

background-color css

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

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

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

border-color css

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

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

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