Html Css Color HEX #D57C55 Japonica

📋 copy color: '#D57C55'

red 213 ◦ green 124 ◦ blue 85

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

Shades of Japonica #D57C55

Tints of Japonica #D57C55

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.38%

 BLUE value IS 85 (33.59% from 255) = 20.14%

R = 50.47%
G = 29.38%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D57C55 (or 0xD57C55) is known color: Japonica. HEX triplet: D5, 7C and 55. RGB value is (213,124,85). Sum of RGB (Red+Green+Blue) = 213+124+85=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 85 (33.59% from 255 or 20.14% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57C55 is #2A83AA. Grayscale: #929292. Windows color (decimal): -2786219 or 5602517. OLE color: 5602517.

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

Color convert

RGB 213 124 85 -
CMYK 0 0.42 0.60 0.16
HSL 18.28º 0.6% 0.58% -
HSV(B) 18.28º 0.6% 0.84% -
XYZ 36.29 29.22 12.32 -
YUV 146.17 93.49 175.67 -
System Red Green Blue C M Y K H S L
Decimal 213 124 85 0 0.42 0.60 0.16 18.28 0.6 0.58
Hex D5 7C 55 0 2A 3C 10 12 3C 3A
Octal 325 174 125 0 52 74 20 22 74 72
Binary 11010101 1111100 1010101 0 101010 111100 10000 10010 111100 111010

Color Harmonies of #D57C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57C55

Black with #D57C55

Text Example


Text Example

White with #D57C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57C55; }

 p { color: rgb(213,124,85); }

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

background-color css

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

 a { background-color: rgb(213,124,85); }

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

border-color css

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

 span { border-color: rgb(213,124,85); }

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