Html Css Color HEX #D76D55 Japonica

📋 copy color: '#D76D55'

red 215 ◦ green 109 ◦ blue 85

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

Shades of Japonica #D76D55

Tints of Japonica #D76D55

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.65%

 BLUE value IS 85 (33.59% from 255) = 20.78%

R = 52.57%
G = 26.65%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D76D55 (or 0xD76D55) is known color: Japonica. HEX triplet: D7, 6D and 55. RGB value is (215,109,85). Sum of RGB (Red+Green+Blue) = 215+109+85=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 109 (42.97% from 255 or 26.65% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76D55 is #2892AA. Grayscale: #8A8A8A. Windows color (decimal): -2658987 or 5598679. OLE color: 5598679.

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

Color convert

RGB 215 109 85 -
CMYK 0 0.49 0.60 0.16
HSL 11.08º 0.62% 0.59% -
HSV(B) 11.08º 0.6% 0.84% -
XYZ 35.13 26.04 11.77 -
YUV 137.96 98.12 182.95 -
System Red Green Blue C M Y K H S L
Decimal 215 109 85 0 0.49 0.60 0.16 11.08 0.62 0.59
Hex D7 6D 55 0 31 3C 10 B 3E 3B
Octal 327 155 125 0 61 74 20 13 76 73
Binary 11010111 1101101 1010101 0 110001 111100 10000 1011 111110 111011

Color Harmonies of #D76D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76D55

Black with #D76D55

Text Example


Text Example

White with #D76D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76D55; }

 p { color: rgb(215,109,85); }

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

background-color css

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

 a { background-color: rgb(215,109,85); }

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

border-color css

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

 span { border-color: rgb(215,109,85); }

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