#d4663f

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

Shades of Sorbus #D4663F

Tints of Sorbus #D4663F

Color information

#D4663F (or 0xD4663F) is unknown color: approx Sorbus. HEX triplet: D4, 66 and 3F. RGB value is (212,102,63). Sum of RGB (Red+Green+Blue) = 212+102+63=377 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.23% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 212 - color contains mainly: red. Hex color #D4663F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4663F is #2B99C0. Grayscale: #828282. Windows color (decimal): -2857409 or 4155092. OLE color: 4155092.

HSL color Cylindrical-coordinate representation of color #D4663F: hue angle of 15.7º 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 #D4663F is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB21210263-
CMYK00.520.700.17
HSL15.7º63.4%53.92%-
HSV(B)15.7º70.28%83.14%-
XYZ32.823.867.58-
YUV130.4489.94186.17-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 56.23%
GREEN value IS 102 (40.23% from 255) = 27.06%
BLUE value IS 63 (25% from 255) = 16.71%
R=56.23%
G=27.06%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121026300.520.700.1715.763.453.92
HexD4663F0344611103f36
Octal3241467706410621207766
Binary110101001100110111111011010010001101000110000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d4663f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d4663f; }

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

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

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

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

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

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

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

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