Html Css Color HEX #D26A56 Japonica

📋 copy color: '#D26A56'

red 210 ◦ green 106 ◦ blue 86

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

Shades of Japonica #D26A56

Tints of Japonica #D26A56

RGB

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

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

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

R = 52.24%
G = 26.37%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D26A56 (or 0xD26A56) is known color: Japonica. HEX triplet: D2, 6A and 56. RGB value is (210,106,86). Sum of RGB (Red+Green+Blue) = 210+106+86=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 106 (41.80% from 255 or 26.37% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D26A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26A56 is #2D95A9. Grayscale: #878787. Windows color (decimal): -2987434 or 5663442. OLE color: 5663442.

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

Color convert

RGB 210 106 86 -
CMYK 0 0.50 0.59 0.18
HSL 9.68º 0.58% 0.58% -
HSV(B) 9.68º 0.59% 0.82% -
XYZ 33.41 24.68 11.81 -
YUV 134.82 100.46 181.63 -
System Red Green Blue C M Y K H S L
Decimal 210 106 86 0 0.50 0.59 0.18 9.68 0.58 0.58
Hex D2 6A 56 0 32 3B 12 A 3A 3A
Octal 322 152 126 0 62 73 22 12 72 72
Binary 11010010 1101010 1010110 0 110010 111011 10010 1010 111010 111010

Color Harmonies of #D26A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26A56

Black with #D26A56

Text Example


Text Example

White with #D26A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26A56; }

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

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

background-color css

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

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

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

border-color css

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

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

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