Html Css Color HEX #D5715B Japonica

📋 copy color: '#D5715B'

red 213 ◦ green 113 ◦ blue 91

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

Shades of Japonica #D5715B

Tints of Japonica #D5715B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.1%

 BLUE value IS 91 (35.94% from 255) = 21.82%

R = 51.08%
G = 27.1%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5715B (or 0xD5715B) is known color: Japonica. HEX triplet: D5, 71 and 5B. RGB value is (213,113,91). Sum of RGB (Red+Green+Blue) = 213+113+91=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D5715B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5715B is #2A8EA4. Grayscale: #8C8C8C. Windows color (decimal): -2789029 or 5992917. OLE color: 5992917.

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

Color convert

RGB 213 113 91 -
CMYK 0 0.47 0.57 0.16
HSL 10.82º 0.59% 0.6% -
HSV(B) 10.82º 0.57% 0.84% -
XYZ 35.23 26.71 13.2 -
YUV 140.39 100.13 179.79 -
System Red Green Blue C M Y K H S L
Decimal 213 113 91 0 0.47 0.57 0.16 10.82 0.59 0.6
Hex D5 71 5B 0 2F 39 10 B 3B 3C
Octal 325 161 133 0 57 71 20 13 73 74
Binary 11010101 1110001 1011011 0 101111 111001 10000 1011 111011 111100

Color Harmonies of #D5715B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5715B

Black with #D5715B

Text Example


Text Example

White with #D5715B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5715B; }

 p { color: rgb(213,113,91); }

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

background-color css

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

 a { background-color: rgb(213,113,91); }

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

border-color css

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

 span { border-color: rgb(213,113,91); }

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