Html Css Color HEX #D66C50 Japonica

📋 copy color: '#D66C50'

red 214 ◦ green 108 ◦ blue 80

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

Shades of Japonica #D66C50

Tints of Japonica #D66C50

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.87%

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

R = 53.23%
G = 26.87%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D66C50 (or 0xD66C50) is known color: Japonica. HEX triplet: D6, 6C and 50. RGB value is (214,108,80). Sum of RGB (Red+Green+Blue) = 214+108+80=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 80 (31.64% from 255 or 19.90% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66C50 is #2993AF. Grayscale: #888888. Windows color (decimal): -2724784 or 5270742. OLE color: 5270742.

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

Color convert

RGB 214 108 80 -
CMYK 0 0.50 0.63 0.16
HSL 12.54º 0.62% 0.58% -
HSV(B) 12.54º 0.63% 0.84% -
XYZ 34.54 25.6 10.71 -
YUV 136.5 96.12 183.28 -
System Red Green Blue C M Y K H S L
Decimal 214 108 80 0 0.50 0.63 0.16 12.54 0.62 0.58
Hex D6 6C 50 0 32 3F 10 D 3E 3A
Octal 326 154 120 0 62 77 20 15 76 72
Binary 11010110 1101100 1010000 0 110010 111111 10000 1101 111110 111010

Color Harmonies of #D66C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66C50

Black with #D66C50

Text Example


Text Example

White with #D66C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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