Html Css Color HEX #D76C56 Japonica

📋 copy color: '#D76C56'

red 215 ◦ green 108 ◦ blue 86

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

Shades of Japonica #D76C56

Tints of Japonica #D76C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 21.03%

R = 52.57%
G = 26.41%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.6

 K value IS 0.16

RGB Variations

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

Color information

#D76C56 (or 0xD76C56) is known color: Japonica. HEX triplet: D7, 6C and 56. RGB value is (215,108,86). Sum of RGB (Red+Green+Blue) = 215+108+86=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 108 (42.58% from 255 or 26.41% from 409); Blue value is 86 (33.98% from 255 or 21.03% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76C56 is #2893A9. Grayscale: #898989. Windows color (decimal): -2659242 or 5663959. OLE color: 5663959.

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

Color convert

RGB 215 108 86 -
CMYK 0 0.50 0.6 0.16
HSL 10.23º 0.62% 0.59% -
HSV(B) 10.23º 0.6% 0.84% -
XYZ 35.07 25.84 11.94 -
YUV 137.49 98.95 183.29 -
System Red Green Blue C M Y K H S L
Decimal 215 108 86 0 0.50 0.6 0.16 10.23 0.62 0.59
Hex D7 6C 56 0 32 3C 10 A 3E 3B
Octal 327 154 126 0 62 74 20 12 76 73
Binary 11010111 1101100 1010110 0 110010 111100 10000 1010 111110 111011

Color Harmonies of #D76C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76C56

Black with #D76C56

Text Example


Text Example

White with #D76C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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