Html Css Color HEX #D76C51 Japonica

📋 copy color: '#D76C51'

red 215 ◦ green 108 ◦ blue 81

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

Shades of Japonica #D76C51

Tints of Japonica #D76C51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.05%

R = 53.22%
G = 26.73%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D76C51 (or 0xD76C51) is known color: Japonica. HEX triplet: D7, 6C and 51. RGB value is (215,108,81). Sum of RGB (Red+Green+Blue) = 215+108+81=404 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.22% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 81 (32.03% from 255 or 20.05% from 404); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76C51 is #2893AE. Grayscale: #898989. Windows color (decimal): -2659247 or 5336279. OLE color: 5336279.

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

Color convert

RGB 215 108 81 -
CMYK 0 0.50 0.62 0.16
HSL 12.09º 0.63% 0.58% -
HSV(B) 12.09º 0.62% 0.84% -
XYZ 34.87 25.77 10.92 -
YUV 136.92 96.45 183.7 -
System Red Green Blue C M Y K H S L
Decimal 215 108 81 0 0.50 0.62 0.16 12.09 0.63 0.58
Hex D7 6C 51 0 32 3E 10 C 3F 3A
Octal 327 154 121 0 62 76 20 14 77 72
Binary 11010111 1101100 1010001 0 110010 111110 10000 1100 111111 111010

Color Harmonies of #D76C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76C51

Black with #D76C51

Text Example


Text Example

White with #D76C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76C51; }

 p { color: rgb(215,108,81); }

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

background-color css

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

 a { background-color: rgb(215,108,81); }

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

border-color css

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

 span { border-color: rgb(215,108,81); }

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