Html Css Color HEX #D5785E Japonica

📋 copy color: '#D5785E'

red 213 ◦ green 120 ◦ blue 94

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

Shades of Japonica #D5785E

Tints of Japonica #D5785E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.1%

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

R = 49.88%
G = 28.1%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5785E (or 0xD5785E) is known color: Japonica. HEX triplet: D5, 78 and 5E. RGB value is (213,120,94). Sum of RGB (Red+Green+Blue) = 213+120+94=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 94 (37.11% from 255 or 22.01% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D5785E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5785E is #2A87A1. Grayscale: #919191. Windows color (decimal): -2787234 or 6191317. OLE color: 6191317.

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

Color convert

RGB 213 120 94 -
CMYK 0 0.44 0.56 0.16
HSL 13.11º 0.59% 0.6% -
HSV(B) 13.11º 0.56% 0.84% -
XYZ 36.18 28.39 14.16 -
YUV 144.84 99.31 176.61 -
System Red Green Blue C M Y K H S L
Decimal 213 120 94 0 0.44 0.56 0.16 13.11 0.59 0.6
Hex D5 78 5E 0 2C 38 10 D 3B 3C
Octal 325 170 136 0 54 70 20 15 73 74
Binary 11010101 1111000 1011110 0 101100 111000 10000 1101 111011 111100

Color Harmonies of #D5785E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5785E

Black with #D5785E

Text Example


Text Example

White with #D5785E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5785E; }

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

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

background-color css

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

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

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

border-color css

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

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

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