Html Css Color HEX #D1705A Japonica

📋 copy color: '#D1705A'

red 209 ◦ green 112 ◦ blue 90

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

Shades of Japonica #D1705A

Tints of Japonica #D1705A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.9%

R = 50.85%
G = 27.25%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D1705A (or 0xD1705A) is known color: Japonica. HEX triplet: D1, 70 and 5A. RGB value is (209,112,90). Sum of RGB (Red+Green+Blue) = 209+112+90=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 90 (35.55% from 255 or 21.90% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D1705A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1705A is #2E8FA5. Grayscale: #8A8A8A. Windows color (decimal): -3051430 or 5927121. OLE color: 5927121.

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

Color convert

RGB 209 112 90 -
CMYK 0 0.46 0.57 0.18
HSL 11.09º 0.56% 0.59% -
HSV(B) 11.09º 0.57% 0.82% -
XYZ 33.93 25.88 12.88 -
YUV 138.5 100.64 178.29 -
System Red Green Blue C M Y K H S L
Decimal 209 112 90 0 0.46 0.57 0.18 11.09 0.56 0.59
Hex D1 70 5A 0 2E 39 12 B 38 3B
Octal 321 160 132 0 56 71 22 13 70 73
Binary 11010001 1110000 1011010 0 101110 111001 10010 1011 111000 111011

Color Harmonies of #D1705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1705A

Black with #D1705A

Text Example


Text Example

White with #D1705A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1705A; }

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

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

background-color css

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

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

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

border-color css

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

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

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