#D07C54

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

Shades of Japonica #D07C54

Tints of Japonica #D07C54

Color information

#D07C54 (or 0xD07C54) is unknown color: approx Japonica. HEX triplet: D0, 7C and 54. RGB value is (208,124,84). Sum of RGB (Red+Green+Blue) = 208+124+84=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 84 (33.20% from 255 or 20.19% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07C54 is #2F83AB. Grayscale: #909090. Windows color (decimal): -3113900 or 5536976. OLE color: 5536976.

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

Color convert

RGB20812484-
CMYK00.400.600.18
HSL19.35º56.88%57.25%-
HSV(B)19.35º59.62%81.57%-
XYZ34.8228.4712.05-
YUV144.5693.83173.25-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50%
GREEN value IS 124 (48.83% from 255) = 29.81%
BLUE value IS 84 (33.20% from 255) = 20.19%
R=50%
G=29.81%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081248400.400.600.1819.3556.8857.25
HexD07C540283C12133939
Octal3201741240507422237171
Binary110100001111100101010001010001111001001010011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07C54; }

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

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

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

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

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

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

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

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