Html Css Color HEX #D57D55 Japonica

📋 copy color: '#D57D55'

red 213 ◦ green 125 ◦ blue 85

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

Shades of Japonica #D57D55

Tints of Japonica #D57D55

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.55%

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

R = 50.35%
G = 29.55%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D57D55 (or 0xD57D55) is known color: Japonica. HEX triplet: D5, 7D and 55. RGB value is (213,125,85). Sum of RGB (Red+Green+Blue) = 213+125+85=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 85 (33.59% from 255 or 20.09% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D57D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57D55 is #2A82AA. Grayscale: #939393. Windows color (decimal): -2785963 or 5602773. OLE color: 5602773.

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

Color convert

RGB 213 125 85 -
CMYK 0 0.41 0.60 0.16
HSL 18.75º 0.6% 0.58% -
HSV(B) 18.75º 0.6% 0.84% -
XYZ 36.41 29.47 12.36 -
YUV 146.75 93.15 175.25 -
System Red Green Blue C M Y K H S L
Decimal 213 125 85 0 0.41 0.60 0.16 18.75 0.6 0.58
Hex D5 7D 55 0 29 3C 10 13 3C 3A
Octal 325 175 125 0 51 74 20 23 74 72
Binary 11010101 1111101 1010101 0 101001 111100 10000 10011 111100 111010

Color Harmonies of #D57D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57D55

Black with #D57D55

Text Example


Text Example

White with #D57D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57D55; }

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

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

background-color css

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

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

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

border-color css

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

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

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