Html Css Color HEX #D76C55 Japonica

📋 copy color: '#D76C55'

red 215 ◦ green 108 ◦ blue 85

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

Shades of Japonica #D76C55

Tints of Japonica #D76C55

RGB

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

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

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

R = 52.7%
G = 26.47%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D76C55 (or 0xD76C55) is known color: Japonica. HEX triplet: D7, 6C and 55. RGB value is (215,108,85). Sum of RGB (Red+Green+Blue) = 215+108+85=408 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.70% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 85 (33.59% from 255 or 20.83% from 408); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76C55 is #2893AA. Grayscale: #898989. Windows color (decimal): -2659243 or 5598423. OLE color: 5598423.

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

Color convert

RGB 215 108 85 -
CMYK 0 0.50 0.60 0.16
HSL 10.62º 0.62% 0.59% -
HSV(B) 10.62º 0.6% 0.84% -
XYZ 35.03 25.83 11.73 -
YUV 137.37 98.45 183.37 -
System Red Green Blue C M Y K H S L
Decimal 215 108 85 0 0.50 0.60 0.16 10.62 0.62 0.59
Hex D7 6C 55 0 32 3C 10 B 3E 3B
Octal 327 154 125 0 62 74 20 13 76 73
Binary 11010111 1101100 1010101 0 110010 111100 10000 1011 111110 111011

Color Harmonies of #D76C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76C55

Black with #D76C55

Text Example


Text Example

White with #D76C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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