#D4693F

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

Shades of Sorbus #D4693F

Tints of Sorbus #D4693F

Color information

#D4693F (or 0xD4693F) is unknown color: approx Sorbus. HEX triplet: D4, 69 and 3F. RGB value is (212,105,63). Sum of RGB (Red+Green+Blue) = 212+105+63=380 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.79% from 380); Green value is 105 (41.41% from 255 or 27.63% from 380); Blue value is 63 (25% from 255 or 16.58% from 380); Max value from RGB is 212 - color contains mainly: red. Hex color #D4693F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4693F is #2B96C0. Grayscale: #848484. Windows color (decimal): -2856641 or 4155860. OLE color: 4155860.

HSL color Cylindrical-coordinate representation of color #D4693F: hue angle of 16.91º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D4693F is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB21210563-
CMYK00.500.700.17
HSL16.91º63.4%53.92%-
HSV(B)16.91º70.28%83.14%-
XYZ33.124.467.68-
YUV132.288.95184.92-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 55.79%
GREEN value IS 105 (41.41% from 255) = 27.63%
BLUE value IS 63 (25% from 255) = 16.58%
R=55.79%
G=27.63%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121056300.500.700.1716.9163.453.92
HexD4693F0324611113f36
Octal3241517706210621217766
Binary110101001101001111111011001010001101000110001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4693F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4693F; }

 p { color: rgb(212,105,63); }

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

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

 a { background-color: rgb(212,105,63); }

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

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

 span { border-color: rgb(212,105,63); }

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