Html Css Color HEX #D0715D Japonica

📋 copy color: '#D0715D'

red 208 ◦ green 113 ◦ blue 93

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

Shades of Japonica #D0715D

Tints of Japonica #D0715D

RGB

 RED value IS 208 (81.64% from 255) = 50.24%

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

 BLUE value IS 93 (36.72% from 255) = 22.46%

R = 50.24%
G = 27.29%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D0715D (or 0xD0715D) is known color: Japonica. HEX triplet: D0, 71 and 5D. RGB value is (208,113,93). Sum of RGB (Red+Green+Blue) = 208+113+93=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 113 (44.53% from 255 or 27.29% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D0715D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0715D is #2F8EA2. Grayscale: #8B8B8B. Windows color (decimal): -3116707 or 6123984. OLE color: 6123984.

HSL color Cylindrical-coordinate representation of color #D0715D: hue angle of 10.43º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0715D is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 113 93 -
CMYK 0 0.46 0.55 0.18
HSL 10.43º 0.55% 0.59% -
HSV(B) 10.43º 0.55% 0.82% -
XYZ 33.89 26.01 13.59 -
YUV 139.13 101.97 177.13 -
System Red Green Blue C M Y K H S L
Decimal 208 113 93 0 0.46 0.55 0.18 10.43 0.55 0.59
Hex D0 71 5D 0 2E 37 12 A 37 3B
Octal 320 161 135 0 56 67 22 12 67 73
Binary 11010000 1110001 1011101 0 101110 110111 10010 1010 110111 111011

Color Harmonies of #D0715D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0715D

Black with #D0715D

Text Example


Text Example

White with #D0715D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0715D; }

 p { color: rgb(208,113,93); }

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

background-color css

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

 a { background-color: rgb(208,113,93); }

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

border-color css

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

 span { border-color: rgb(208,113,93); }

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