Html Css Color HEX #DB6239 Sorbus

📋 copy color: '#DB6239'

red 219 ◦ green 98 ◦ blue 57

#DB6239
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sorbus #DB6239

Tints of Sorbus #DB6239

RGB

 RED value IS 219 (85.94% from 255) = 58.56%

 GREEN value IS 98 (38.67% from 255) = 26.2%

 BLUE value IS 57 (22.66% from 255) = 15.24%

R = 58.56%
G = 26.2%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB6239 (or 0xDB6239) is known color: Sorbus. HEX triplet: DB, 62 and 39. RGB value is (219,98,57). Sum of RGB (Red+Green+Blue) = 219+98+57=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 57 (22.66% from 255 or 15.24% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6239 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6239 is #249DC6. Grayscale: #818181. Windows color (decimal): -2399687 or 3760859. OLE color: 3760859.

HSL color Cylindrical-coordinate representation of color #DB6239: hue angle of 15.19º 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 #DB6239 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 98 57 -
CMYK 0 0.55 0.74 0.14
HSL 15.19º 0.69% 0.54% -
HSV(B) 15.19º 0.74% 0.86% -
XYZ 34.32 24.09 6.71 -
YUV 129.51 87.09 191.83 -
System Red Green Blue C M Y K H S L
Decimal 219 98 57 0 0.55 0.74 0.14 15.19 0.69 0.54
Hex DB 62 39 0 37 4A E F 45 36
Octal 333 142 71 0 67 112 16 17 105 66
Binary 11011011 1100010 111001 0 110111 1001010 1110 1111 1000101 110110

Color Harmonies of #DB6239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6239

Black with #DB6239

Text Example


Text Example

White with #DB6239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6239; }

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

 H1.HeaderClassName
 {
   color: #DB6239;
 }
 .AnyTagClassName
 {
   color: #DB6239;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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