#D16C52

Color #D16C52 Japonica (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japonica #D16C52

Tints of Japonica #D16C52

Color information

#D16C52 (or 0xD16C52) is unknown color: approx Japonica. HEX triplet: D1, 6C and 52. RGB value is (209,108,82). Sum of RGB (Red+Green+Blue) = 209+108+82=399 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.38% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 209 - color contains mainly: red. Hex color #D16C52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16C52 is #2E93AD. Grayscale: #878787. Windows color (decimal): -3052462 or 5401809. OLE color: 5401809.

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

Color convert

RGB20910882-
CMYK00.480.610.18
HSL12.28º57.99%57.06%-
HSV(B)12.28º60.77%81.96%-
XYZ33.1824.8911.04-
YUV135.2497.96180.61-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.38%
GREEN value IS 108 (42.58% from 255) = 27.07%
BLUE value IS 82 (32.42% from 255) = 20.55%
R=52.38%
G=27.07%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091088200.480.610.1812.2857.9957.06
HexD16C520303D12c3a39
Octal3211541220607522147271
Binary11010001110110010100100110000111101100101100111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16C52; }

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

 H1.HeaderClassName
 {
   color: #D16C52;
 }
 .AnyTagClassName
 {
   color: #D16C52;
 }
</style>
background-color css

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

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

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

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

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

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