#D06957

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

Shades of Japonica #D06957

Tints of Japonica #D06957

Color information

#D06957 (or 0xD06957) is unknown color: approx Japonica. HEX triplet: D0, 69 and 57. RGB value is (208,105,87). Sum of RGB (Red+Green+Blue) = 208+105+87=400 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 87 (34.38% from 255 or 21.75% from 400); Max value from RGB is 208 - color contains mainly: red. Hex color #D06957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06957 is #2F96A8. Grayscale: #858585. Windows color (decimal): -3118761 or 5728720. OLE color: 5728720.

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

Color convert

RGB20810587-
CMYK00.500.580.18
HSL8.93º56.28%57.84%-
HSV(B)8.93º58.17%81.57%-
XYZ32.7824.211.96-
YUV133.74101.62180.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 52%
GREEN value IS 105 (41.41% from 255) = 26.25%
BLUE value IS 87 (34.38% from 255) = 21.75%
R=52%
G=26.25%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081058700.500.580.188.9356.2857.84
HexD069570323A129383a
Octal3201511270627222117072
Binary11010000110100110101110110010111010100101001111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06957; }

 p { color: rgb(208,105,87); }

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

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

 a { background-color: rgb(208,105,87); }

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

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

 span { border-color: rgb(208,105,87); }

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