#D26952

Color #D26952 Japonica (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japonica #D26952

Tints of Japonica #D26952

Color information

#D26952 (or 0xD26952) is unknown color: approx Japonica. HEX triplet: D2, 69 and 52. RGB value is (210,105,82). Sum of RGB (Red+Green+Blue) = 210+105+82=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D26952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26952 is #2D96AD. Grayscale: #858585. Windows color (decimal): -2987694 or 5401042. OLE color: 5401042.

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

Color convert

RGB21010582-
CMYK00.500.610.18
HSL10.78º58.72%57.25%-
HSV(B)10.78º60.95%82.35%-
XYZ33.1524.4110.95-
YUV133.7798.79182.37-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 52.90%
GREEN value IS 105 (41.41% from 255) = 26.45%
BLUE value IS 82 (32.42% from 255) = 20.65%
R=52.90%
G=26.45%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101058200.500.610.1810.7858.7257.25
HexD269520323D12b3b39
Octal3221511220627522137371
Binary11010010110100110100100110010111101100101011111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26952; }

 p { color: rgb(210,105,82); }

 H1.HeaderClassName
 {
   color: #D26952;
 }
 .AnyTagClassName
 {
   color: #D26952;
 }
</style>
background-color css

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

 a { background-color: rgb(210,105,82); }

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

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

 span { border-color: rgb(210,105,82); }

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