#D4703D

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

Shades of Sorbus #D4703D

Tints of Sorbus #D4703D

Color information

#D4703D (or 0xD4703D) is unknown color: approx Sorbus. HEX triplet: D4, 70 and 3D. RGB value is (212,112,61). Sum of RGB (Red+Green+Blue) = 212+112+61=385 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.06% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 61 (24.22% from 255 or 15.84% from 385); Max value from RGB is 212 - color contains mainly: red. Hex color #D4703D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4703D is #2B8FC2. Grayscale: #888888. Windows color (decimal): -2854851 or 4026580. OLE color: 4026580.

HSL color Cylindrical-coordinate representation of color #D4703D: hue angle of 20.26º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D4703D is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB21211261-
CMYK00.470.710.17
HSL20.26º63.71%53.53%-
HSV(B)20.26º71.23%83.14%-
XYZ33.7925.927.64-
YUV136.0985.63182.15-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 55.06%
GREEN value IS 112 (44.14% from 255) = 29.09%
BLUE value IS 61 (24.22% from 255) = 15.84%
R=55.06%
G=29.09%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.71
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121126100.470.710.1720.2663.7153.53
HexD4703D02F4711144036
Octal32416075057107212410066
Binary1101010011100001111010101111100011110001101001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4703D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4703D; }

 p { color: rgb(212,112,61); }

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

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

 a { background-color: rgb(212,112,61); }

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

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

 span { border-color: rgb(212,112,61); }

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