Html Css Color HEX #D1705D Japonica

📋 copy color: '#D1705D'

red 209 ◦ green 112 ◦ blue 93

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

Shades of Japonica #D1705D

Tints of Japonica #D1705D

RGB

 RED value IS 209 (82.03% from 255) = 50.48%

 GREEN value IS 112 (44.14% from 255) = 27.05%

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

R = 50.48%
G = 27.05%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D1705D (or 0xD1705D) is known color: Japonica. HEX triplet: D1, 70 and 5D. RGB value is (209,112,93). Sum of RGB (Red+Green+Blue) = 209+112+93=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D1705D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1705D is #2E8FA2. Grayscale: #8B8B8B. Windows color (decimal): -3051427 or 6123729. OLE color: 6123729.

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

Color convert

RGB 209 112 93 -
CMYK 0 0.46 0.56 0.18
HSL 9.83º 0.56% 0.59% -
HSV(B) 9.83º 0.56% 0.82% -
XYZ 34.06 25.93 13.57 -
YUV 138.84 102.14 178.04 -
System Red Green Blue C M Y K H S L
Decimal 209 112 93 0 0.46 0.56 0.18 9.83 0.56 0.59
Hex D1 70 5D 0 2E 38 12 A 38 3B
Octal 321 160 135 0 56 70 22 12 70 73
Binary 11010001 1110000 1011101 0 101110 111000 10010 1010 111000 111011

Color Harmonies of #D1705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1705D

Black with #D1705D

Text Example


Text Example

White with #D1705D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1705D; }

 p { color: rgb(209,112,93); }

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

background-color css

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

 a { background-color: rgb(209,112,93); }

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

border-color css

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

 span { border-color: rgb(209,112,93); }

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