Html Css Color HEX #D26D56 Japonica

📋 copy color: '#D26D56'

red 210 ◦ green 109 ◦ blue 86

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

Shades of Japonica #D26D56

Tints of Japonica #D26D56

RGB

 RED value IS 210 (82.42% from 255) = 51.85%

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

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

R = 51.85%
G = 26.91%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D26D56 (or 0xD26D56) is known color: Japonica. HEX triplet: D2, 6D and 56. RGB value is (210,109,86). Sum of RGB (Red+Green+Blue) = 210+109+86=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 109 (42.97% from 255 or 26.91% from 405); Blue value is 86 (33.98% from 255 or 21.23% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D26D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26D56 is #2D92A9. Grayscale: #888888. Windows color (decimal): -2986666 or 5664210. OLE color: 5664210.

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

Color convert

RGB 210 109 86 -
CMYK 0 0.48 0.59 0.18
HSL 11.13º 0.58% 0.58% -
HSV(B) 11.13º 0.59% 0.82% -
XYZ 33.73 25.31 11.91 -
YUV 136.58 99.46 180.37 -
System Red Green Blue C M Y K H S L
Decimal 210 109 86 0 0.48 0.59 0.18 11.13 0.58 0.58
Hex D2 6D 56 0 30 3B 12 B 3A 3A
Octal 322 155 126 0 60 73 22 13 72 72
Binary 11010010 1101101 1010110 0 110000 111011 10010 1011 111010 111010

Color Harmonies of #D26D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26D56

Black with #D26D56

Text Example


Text Example

White with #D26D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26D56; }

 p { color: rgb(210,109,86); }

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

background-color css

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

 a { background-color: rgb(210,109,86); }

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

border-color css

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

 span { border-color: rgb(210,109,86); }

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