Html Css Color HEX #D66E5A Japonica

📋 copy color: '#D66E5A'

red 214 ◦ green 110 ◦ blue 90

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

Shades of Japonica #D66E5A

Tints of Japonica #D66E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.74%

R = 51.69%
G = 26.57%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D66E5A (or 0xD66E5A) is known color: Japonica. HEX triplet: D6, 6E and 5A. RGB value is (214,110,90). Sum of RGB (Red+Green+Blue) = 214+110+90=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 90 (35.55% from 255 or 21.74% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66E5A is #2991A5. Grayscale: #8B8B8B. Windows color (decimal): -2724262 or 5926614. OLE color: 5926614.

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

Color convert

RGB 214 110 90 -
CMYK 0 0.49 0.58 0.16
HSL 9.68º 0.6% 0.6% -
HSV(B) 9.68º 0.58% 0.84% -
XYZ 35.15 26.19 12.87 -
YUV 138.82 100.46 181.63 -
System Red Green Blue C M Y K H S L
Decimal 214 110 90 0 0.49 0.58 0.16 9.68 0.6 0.6
Hex D6 6E 5A 0 31 3A 10 A 3C 3C
Octal 326 156 132 0 61 72 20 12 74 74
Binary 11010110 1101110 1011010 0 110001 111010 10000 1010 111100 111100

Color Harmonies of #D66E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66E5A

Black with #D66E5A

Text Example


Text Example

White with #D66E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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