Html Css Color HEX #D76F55 Japonica

📋 copy color: '#D76F55'

red 215 ◦ green 111 ◦ blue 85

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

Shades of Japonica #D76F55

Tints of Japonica #D76F55

RGB

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

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

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

R = 52.31%
G = 27.01%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D76F55 (or 0xD76F55) is known color: Japonica. HEX triplet: D7, 6F and 55. RGB value is (215,111,85). Sum of RGB (Red+Green+Blue) = 215+111+85=411 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.31% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 85 (33.59% from 255 or 20.68% from 411); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76F55 is #2890AA. Grayscale: #8B8B8B. Windows color (decimal): -2658475 or 5599191. OLE color: 5599191.

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

Color convert

RGB 215 111 85 -
CMYK 0 0.48 0.60 0.16
HSL 12º 0.62% 0.59% -
HSV(B) 12º 0.6% 0.84% -
XYZ 35.35 26.47 11.84 -
YUV 139.13 97.46 182.11 -
System Red Green Blue C M Y K H S L
Decimal 215 111 85 0 0.48 0.60 0.16 12 0.62 0.59
Hex D7 6F 55 0 30 3C 10 C 3E 3B
Octal 327 157 125 0 60 74 20 14 76 73
Binary 11010111 1101111 1010101 0 110000 111100 10000 1100 111110 111011

Color Harmonies of #D76F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76F55

Black with #D76F55

Text Example


Text Example

White with #D76F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76F55; }

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

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

background-color css

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

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

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

border-color css

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

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

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