#D26C3D

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

Shades of Sorbus #D26C3D

Tints of Sorbus #D26C3D

Color information

#D26C3D (or 0xD26C3D) is unknown color: approx Sorbus. HEX triplet: D2, 6C and 3D. RGB value is (210,108,61). Sum of RGB (Red+Green+Blue) = 210+108+61=379 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.41% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26C3D is #2D93C2. Grayscale: #858585. Windows color (decimal): -2986947 or 4025554. OLE color: 4025554.

HSL color Cylindrical-coordinate representation of color #D26C3D: hue angle of 18.93º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D26C3D is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB21010861-
CMYK00.490.710.18
HSL18.93º62.34%53.14%-
HSV(B)18.93º70.95%82.35%-
XYZ32.7824.767.47-
YUV133.1487.29182.82-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 55.41%
GREEN value IS 108 (42.58% from 255) = 28.50%
BLUE value IS 61 (24.22% from 255) = 16.09%
R=55.41%
G=28.50%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101086100.490.710.1818.9362.3453.14
HexD26C3D0314712133e35
Octal3221547506110722237665
Binary110100101101100111101011000110001111001010011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26C3D; }

 p { color: rgb(210,108,61); }

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

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

 a { background-color: rgb(210,108,61); }

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

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

 span { border-color: rgb(210,108,61); }

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