#D2693C

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

Shades of Sorbus #D2693C

Tints of Sorbus #D2693C

Color information

#D2693C (or 0xD2693C) is unknown color: approx Sorbus. HEX triplet: D2, 69 and 3C. RGB value is (210,105,60). Sum of RGB (Red+Green+Blue) = 210+105+60=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D2693C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2693C is #2D96C3. Grayscale: #838383. Windows color (decimal): -2987716 or 3959250. OLE color: 3959250.

HSL color Cylindrical-coordinate representation of color #D2693C: hue angle of 18º 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 #D2693C is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB21010560-
CMYK00.500.710.18
HSL18º62.5%52.94%-
HSV(B)18º71.43%82.35%-
XYZ32.4524.137.22-
YUV131.2687.79184.16-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 56%
GREEN value IS 105 (41.41% from 255) = 28%
BLUE value IS 60 (23.83% from 255) = 16%
R=56%
G=28%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101056000.500.710.181862.552.94
HexD2693C0324712123e35
Octal3221517406210722227665
Binary110100101101001111100011001010001111001010010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2693C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2693C; }

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

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

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

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

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

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

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

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