#D66D5D

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

Shades of Japonica #D66D5D

Tints of Japonica #D66D5D

Color information

#D66D5D (or 0xD66D5D) is unknown color: approx Japonica. HEX triplet: D6, 6D and 5D. RGB value is (214,109,93). Sum of RGB (Red+Green+Blue) = 214+109+93=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D66D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66D5D is #2992A2. Grayscale: #8A8A8A. Windows color (decimal): -2724515 or 6122966. OLE color: 6122966.

HSL color Cylindrical-coordinate representation of color #D66D5D: hue angle of 7.93º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D66D5D is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21410993-
CMYK00.490.570.16
HSL7.93º59.61%60.2%-
HSV(B)7.93º56.54%83.92%-
XYZ35.1826.0213.53-
YUV138.57102.29181.8-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.44%
GREEN value IS 109 (42.97% from 255) = 26.20%
BLUE value IS 93 (36.72% from 255) = 22.36%
R=51.44%
G=26.20%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141099300.490.570.167.9359.6160.2
HexD66D5D031391083c3c
Octal3261551350617120107474
Binary11010110110110110111010110001111001100001000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66D5D; }

 p { color: rgb(214,109,93); }

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

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

 a { background-color: rgb(214,109,93); }

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

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

 span { border-color: rgb(214,109,93); }

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