Html Css Color HEX #D16C5A Japonica

📋 copy color: '#D16C5A'

red 209 ◦ green 108 ◦ blue 90

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

Shades of Japonica #D16C5A

Tints of Japonica #D16C5A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.54%

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

R = 51.35%
G = 26.54%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D16C5A (or 0xD16C5A) is known color: Japonica. HEX triplet: D1, 6C and 5A. RGB value is (209,108,90). Sum of RGB (Red+Green+Blue) = 209+108+90=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 90 (35.55% from 255 or 22.11% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D16C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16C5A is #2E93A5. Grayscale: #888888. Windows color (decimal): -3052454 or 5926097. OLE color: 5926097.

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

Color convert

RGB 209 108 90 -
CMYK 0 0.48 0.57 0.18
HSL 9.08º 0.56% 0.59% -
HSV(B) 9.08º 0.57% 0.82% -
XYZ 33.5 25.02 12.74 -
YUV 136.15 101.96 179.96 -
System Red Green Blue C M Y K H S L
Decimal 209 108 90 0 0.48 0.57 0.18 9.08 0.56 0.59
Hex D1 6C 5A 0 30 39 12 9 38 3B
Octal 321 154 132 0 60 71 22 11 70 73
Binary 11010001 1101100 1011010 0 110000 111001 10010 1001 111000 111011

Color Harmonies of #D16C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16C5A

Black with #D16C5A

Text Example


Text Example

White with #D16C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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