Html Css Color HEX #D57650 Japonica

📋 copy color: '#D57650'

red 213 ◦ green 118 ◦ blue 80

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

Shades of Japonica #D57650

Tints of Japonica #D57650

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.71%

 BLUE value IS 80 (31.64% from 255) = 19.46%

R = 51.82%
G = 28.71%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D57650 (or 0xD57650) is known color: Japonica. HEX triplet: D5, 76 and 50. RGB value is (213,118,80). Sum of RGB (Red+Green+Blue) = 213+118+80=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D57650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57650 is #2A89AF. Grayscale: #8E8E8E. Windows color (decimal): -2787760 or 5273301. OLE color: 5273301.

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

Color convert

RGB 213 118 80 -
CMYK 0 0.45 0.62 0.16
HSL 17.14º 0.61% 0.57% -
HSV(B) 17.14º 0.62% 0.84% -
XYZ 35.37 27.68 11.07 -
YUV 142.07 92.97 178.59 -
System Red Green Blue C M Y K H S L
Decimal 213 118 80 0 0.45 0.62 0.16 17.14 0.61 0.57
Hex D5 76 50 0 2D 3E 10 11 3D 39
Octal 325 166 120 0 55 76 20 21 75 71
Binary 11010101 1110110 1010000 0 101101 111110 10000 10001 111101 111001

Color Harmonies of #D57650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57650

Black with #D57650

Text Example


Text Example

White with #D57650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57650; }

 p { color: rgb(213,118,80); }

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

background-color css

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

 a { background-color: rgb(213,118,80); }

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

border-color css

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

 span { border-color: rgb(213,118,80); }

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