Html Css Color HEX #D1755A Japonica

📋 copy color: '#D1755A'

red 209 ◦ green 117 ◦ blue 90

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

Shades of Japonica #D1755A

Tints of Japonica #D1755A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.13%

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

R = 50.24%
G = 28.13%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D1755A (or 0xD1755A) is known color: Japonica. HEX triplet: D1, 75 and 5A. RGB value is (209,117,90). Sum of RGB (Red+Green+Blue) = 209+117+90=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 90 (35.55% from 255 or 21.63% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D1755A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1755A is #2E8AA5. Grayscale: #8D8D8D. Windows color (decimal): -3050150 or 5928401. OLE color: 5928401.

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

Color convert

RGB 209 117 90 -
CMYK 0 0.44 0.57 0.18
HSL 13.61º 0.56% 0.59% -
HSV(B) 13.61º 0.57% 0.82% -
XYZ 34.5 27.02 13.07 -
YUV 141.43 98.98 176.2 -
System Red Green Blue C M Y K H S L
Decimal 209 117 90 0 0.44 0.57 0.18 13.61 0.56 0.59
Hex D1 75 5A 0 2C 39 12 E 38 3B
Octal 321 165 132 0 54 71 22 16 70 73
Binary 11010001 1110101 1011010 0 101100 111001 10010 1110 111000 111011

Color Harmonies of #D1755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1755A

Black with #D1755A

Text Example


Text Example

White with #D1755A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1755A; }

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

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

background-color css

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

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

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

border-color css

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

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

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