Html Css Color HEX #D36A56 Japonica

📋 copy color: '#D36A56'

red 211 ◦ green 106 ◦ blue 86

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

Shades of Japonica #D36A56

Tints of Japonica #D36A56

RGB

 RED value IS 211 (82.81% from 255) = 52.36%

 GREEN value IS 106 (41.8% from 255) = 26.3%

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

R = 52.36%
G = 26.3%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.59

 K value IS 0.17

RGB Variations

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

Color information

#D36A56 (or 0xD36A56) is known color: Japonica. HEX triplet: D3, 6A and 56. RGB value is (211,106,86). Sum of RGB (Red+Green+Blue) = 211+106+86=403 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.36% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 86 (33.98% from 255 or 21.34% from 403); Max value from RGB is 211 - color contains mainly: red. Hex color #D36A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36A56 is #2C95A9. Grayscale: #878787. Windows color (decimal): -2921898 or 5663443. OLE color: 5663443.

HSL color Cylindrical-coordinate representation of color #D36A56: hue angle of 9.6º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D36A56 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 106 86 -
CMYK 0 0.50 0.59 0.17
HSL 9.6º 0.59% 0.58% -
HSV(B) 9.6º 0.59% 0.83% -
XYZ 33.7 24.83 11.82 -
YUV 135.12 100.29 182.13 -
System Red Green Blue C M Y K H S L
Decimal 211 106 86 0 0.50 0.59 0.17 9.6 0.59 0.58
Hex D3 6A 56 0 32 3B 11 A 3B 3A
Octal 323 152 126 0 62 73 21 12 73 72
Binary 11010011 1101010 1010110 0 110010 111011 10001 1010 111011 111010

Color Harmonies of #D36A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36A56

Black with #D36A56

Text Example


Text Example

White with #D36A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36A56; }

 p { color: rgb(211,106,86); }

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

background-color css

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

 a { background-color: rgb(211,106,86); }

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

border-color css

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

 span { border-color: rgb(211,106,86); }

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