Html Css Color HEX #D86C52 Japonica

📋 copy color: '#D86C52'

red 216 ◦ green 108 ◦ blue 82

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

Shades of Japonica #D86C52

Tints of Japonica #D86C52

RGB

 RED value IS 216 (84.77% from 255) = 53.2%

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

 BLUE value IS 82 (32.42% from 255) = 20.2%

R = 53.2%
G = 26.6%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D86C52 (or 0xD86C52) is known color: Japonica. HEX triplet: D8, 6C and 52. RGB value is (216,108,82). Sum of RGB (Red+Green+Blue) = 216+108+82=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86C52 is #2793AD. Grayscale: #898989. Windows color (decimal): -2593710 or 5401816. OLE color: 5401816.

HSL color Cylindrical-coordinate representation of color #D86C52: hue angle of 11.64º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D86C52 is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 108 82 -
CMYK 0 0.50 0.62 0.15
HSL 11.64º 0.63% 0.58% -
HSV(B) 11.64º 0.62% 0.85% -
XYZ 35.2 25.93 11.13 -
YUV 137.33 96.78 184.11 -
System Red Green Blue C M Y K H S L
Decimal 216 108 82 0 0.50 0.62 0.15 11.64 0.63 0.58
Hex D8 6C 52 0 32 3E F C 3F 3A
Octal 330 154 122 0 62 76 17 14 77 72
Binary 11011000 1101100 1010010 0 110010 111110 1111 1100 111111 111010

Color Harmonies of #D86C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86C52

Black with #D86C52

Text Example


Text Example

White with #D86C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86C52; }

 p { color: rgb(216,108,82); }

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

background-color css

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

 a { background-color: rgb(216,108,82); }

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

border-color css

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

 span { border-color: rgb(216,108,82); }

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