Html Css Color HEX #D76F50 Japonica

📋 copy color: '#D76F50'

red 215 ◦ green 111 ◦ blue 80

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

Shades of Japonica #D76F50

Tints of Japonica #D76F50

RGB

 RED value IS 215 (84.38% from 255) = 52.96%

 GREEN value IS 111 (43.75% from 255) = 27.34%

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

R = 52.96%
G = 27.34%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D76F50 (or 0xD76F50) is known color: Japonica. HEX triplet: D7, 6F and 50. RGB value is (215,111,80). Sum of RGB (Red+Green+Blue) = 215+111+80=406 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.96% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76F50 is #2890AF. Grayscale: #8A8A8A. Windows color (decimal): -2658480 or 5271511. OLE color: 5271511.

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

Color convert

RGB 215 111 80 -
CMYK 0 0.48 0.63 0.16
HSL 13.78º 0.63% 0.58% -
HSV(B) 13.78º 0.63% 0.84% -
XYZ 35.16 26.4 10.83 -
YUV 138.56 94.96 182.52 -
System Red Green Blue C M Y K H S L
Decimal 215 111 80 0 0.48 0.63 0.16 13.78 0.63 0.58
Hex D7 6F 50 0 30 3F 10 E 3F 3A
Octal 327 157 120 0 60 77 20 16 77 72
Binary 11010111 1101111 1010000 0 110000 111111 10000 1110 111111 111010

Color Harmonies of #D76F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76F50

Black with #D76F50

Text Example


Text Example

White with #D76F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76F50; }

 p { color: rgb(215,111,80); }

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

background-color css

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

 a { background-color: rgb(215,111,80); }

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

border-color css

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

 span { border-color: rgb(215,111,80); }

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