Html Css Color HEX #D57A5E Japonica

📋 copy color: '#D57A5E'

red 213 ◦ green 122 ◦ blue 94

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

Shades of Japonica #D57A5E

Tints of Japonica #D57A5E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.44%

 BLUE value IS 94 (37.11% from 255) = 21.91%

R = 49.65%
G = 28.44%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D57A5E (or 0xD57A5E) is known color: Japonica. HEX triplet: D5, 7A and 5E. RGB value is (213,122,94). Sum of RGB (Red+Green+Blue) = 213+122+94=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D57A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57A5E is #2A85A1. Grayscale: #929292. Windows color (decimal): -2786722 or 6191829. OLE color: 6191829.

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

Color convert

RGB 213 122 94 -
CMYK 0 0.43 0.56 0.16
HSL 14.12º 0.59% 0.6% -
HSV(B) 14.12º 0.56% 0.84% -
XYZ 36.42 28.87 14.24 -
YUV 146.02 98.65 175.78 -
System Red Green Blue C M Y K H S L
Decimal 213 122 94 0 0.43 0.56 0.16 14.12 0.59 0.6
Hex D5 7A 5E 0 2B 38 10 E 3B 3C
Octal 325 172 136 0 53 70 20 16 73 74
Binary 11010101 1111010 1011110 0 101011 111000 10000 1110 111011 111100

Color Harmonies of #D57A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57A5E

Black with #D57A5E

Text Example


Text Example

White with #D57A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57A5E; }

 p { color: rgb(213,122,94); }

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

background-color css

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

 a { background-color: rgb(213,122,94); }

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

border-color css

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

 span { border-color: rgb(213,122,94); }

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