Html Css Color HEX #D66E5D Japonica

📋 copy color: '#D66E5D'

red 214 ◦ green 110 ◦ blue 93

#D66E5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japonica #D66E5D

Tints of Japonica #D66E5D

RGB

 RED value IS 214 (83.98% from 255) = 51.32%

 GREEN value IS 110 (43.36% from 255) = 26.38%

 BLUE value IS 93 (36.72% from 255) = 22.3%

R = 51.32%
G = 26.38%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D66E5D (or 0xD66E5D) is known color: Japonica. HEX triplet: D6, 6E and 5D. RGB value is (214,110,93). Sum of RGB (Red+Green+Blue) = 214+110+93=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66E5D is #2991A2. Grayscale: #8B8B8B. Windows color (decimal): -2724259 or 6123222. OLE color: 6123222.

HSL color Cylindrical-coordinate representation of color #D66E5D: hue angle of 8.43º 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 #D66E5D is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 110 93 -
CMYK 0 0.49 0.57 0.16
HSL 8.43º 0.6% 0.6% -
HSV(B) 8.43º 0.57% 0.84% -
XYZ 35.28 26.24 13.56 -
YUV 139.16 101.96 181.38 -
System Red Green Blue C M Y K H S L
Decimal 214 110 93 0 0.49 0.57 0.16 8.43 0.6 0.6
Hex D6 6E 5D 0 31 39 10 8 3C 3C
Octal 326 156 135 0 61 71 20 10 74 74
Binary 11010110 1101110 1011101 0 110001 111001 10000 1000 111100 111100

Color Harmonies of #D66E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66E5D

Black with #D66E5D

Text Example


Text Example

White with #D66E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66E5D; }

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

 H1.HeaderClassName
 {
   color: #D66E5D;
 }
 .AnyTagClassName
 {
   color: #D66E5D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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