#D07C58

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

Shades of Japonica #D07C58

Tints of Japonica #D07C58

Color information

#D07C58 (or 0xD07C58) is unknown color: approx Japonica. HEX triplet: D0, 7C and 58. RGB value is (208,124,88). Sum of RGB (Red+Green+Blue) = 208+124+88=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 124 (48.83% from 255 or 29.52% from 420); Blue value is 88 (34.77% from 255 or 20.95% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07C58 is #2F83A7. Grayscale: #919191. Windows color (decimal): -3113896 or 5799120. OLE color: 5799120.

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

Color convert

RGB20812488-
CMYK00.400.580.18
HSL18º56.07%58.04%-
HSV(B)18º57.69%81.57%-
XYZ34.9828.5312.9-
YUV145.0195.83172.93-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.52%
GREEN value IS 124 (48.83% from 255) = 29.52%
BLUE value IS 88 (34.77% from 255) = 20.95%
R=49.52%
G=29.52%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081248800.400.580.181856.0758.04
HexD07C580283A1212383a
Octal3201741300507222227072
Binary110100001111100101100001010001110101001010010111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07C58; }

 p { color: rgb(208,124,88); }

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

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

 a { background-color: rgb(208,124,88); }

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

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

 span { border-color: rgb(208,124,88); }

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