Html Css Color HEX #D16F5A Japonica

📋 copy color: '#D16F5A'

red 209 ◦ green 111 ◦ blue 90

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

Shades of Japonica #D16F5A

Tints of Japonica #D16F5A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.07%

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

R = 50.98%
G = 27.07%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D16F5A (or 0xD16F5A) is known color: Japonica. HEX triplet: D1, 6F and 5A. RGB value is (209,111,90). Sum of RGB (Red+Green+Blue) = 209+111+90=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 111 (43.75% from 255 or 27.07% from 410); Blue value is 90 (35.55% from 255 or 21.95% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16F5A is #2E90A5. Grayscale: #8A8A8A. Windows color (decimal): -3051686 or 5926865. OLE color: 5926865.

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

Color convert

RGB 209 111 90 -
CMYK 0 0.47 0.57 0.18
HSL 10.59º 0.56% 0.59% -
HSV(B) 10.59º 0.57% 0.82% -
XYZ 33.82 25.66 12.84 -
YUV 137.91 100.97 178.71 -
System Red Green Blue C M Y K H S L
Decimal 209 111 90 0 0.47 0.57 0.18 10.59 0.56 0.59
Hex D1 6F 5A 0 2F 39 12 B 38 3B
Octal 321 157 132 0 57 71 22 13 70 73
Binary 11010001 1101111 1011010 0 101111 111001 10010 1011 111000 111011

Color Harmonies of #D16F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16F5A

Black with #D16F5A

Text Example


Text Example

White with #D16F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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