#DB6238

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

Shades of Sorbus #DB6238

Tints of Sorbus #DB6238

Color information

#DB6238 (or 0xDB6238) is unknown color: approx Sorbus. HEX triplet: DB, 62 and 38. RGB value is (219,98,56). Sum of RGB (Red+Green+Blue) = 219+98+56=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 56 (22.27% from 255 or 15.01% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6238 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6238 is #249DC7. Grayscale: #818181. Windows color (decimal): -2399688 or 3695323. OLE color: 3695323.

HSL color Cylindrical-coordinate representation of color #DB6238: hue angle of 15.46º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB6238 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB2199856-
CMYK00.550.740.14
HSL15.46º69.36%53.92%-
HSV(B)15.46º74.43%85.88%-
XYZ34.2924.086.58-
YUV129.3986.59191.92-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 58.71%
GREEN value IS 98 (38.67% from 255) = 26.27%
BLUE value IS 56 (22.27% from 255) = 15.01%
R=58.71%
G=26.27%
B=15.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.74
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219985600.550.740.1415.4669.3653.92
HexDB62380374AEf4536
Octal33314270067112161710566
Binary11011011110001011100001101111001010111011111000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6238; }

 p { color: rgb(219,98,56); }

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

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

 a { background-color: rgb(219,98,56); }

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

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

 span { border-color: rgb(219,98,56); }

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