Html Css Color HEX #D66E50 Japonica

📋 copy color: '#D66E50'

red 214 ◦ green 110 ◦ blue 80

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

Shades of Japonica #D66E50

Tints of Japonica #D66E50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.8%

R = 52.97%
G = 27.23%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D66E50 (or 0xD66E50) is known color: Japonica. HEX triplet: D6, 6E and 50. RGB value is (214,110,80). Sum of RGB (Red+Green+Blue) = 214+110+80=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66E50 is #2991AF. Grayscale: #898989. Windows color (decimal): -2724272 or 5271254. OLE color: 5271254.

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

Color convert

RGB 214 110 80 -
CMYK 0 0.49 0.63 0.16
HSL 13.43º 0.62% 0.58% -
HSV(B) 13.43º 0.63% 0.84% -
XYZ 34.76 26.03 10.78 -
YUV 137.68 95.46 182.44 -
System Red Green Blue C M Y K H S L
Decimal 214 110 80 0 0.49 0.63 0.16 13.43 0.62 0.58
Hex D6 6E 50 0 31 3F 10 D 3E 3A
Octal 326 156 120 0 61 77 20 15 76 72
Binary 11010110 1101110 1010000 0 110001 111111 10000 1101 111110 111010

Color Harmonies of #D66E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66E50

Black with #D66E50

Text Example


Text Example

White with #D66E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66E50; }

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

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

background-color css

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

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

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

border-color css

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

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

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