Html Css Color HEX #DB6539 Sorbus

📋 copy color: '#DB6539'

red 219 ◦ green 101 ◦ blue 57

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

Shades of Sorbus #DB6539

Tints of Sorbus #DB6539

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.79%

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

R = 58.09%
G = 26.79%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB6539 (or 0xDB6539) is known color: Sorbus. HEX triplet: DB, 65 and 39. RGB value is (219,101,57). Sum of RGB (Red+Green+Blue) = 219+101+57=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 57 (22.66% from 255 or 15.12% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6539 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6539 is #249AC6. Grayscale: #838383. Windows color (decimal): -2398919 or 3761627. OLE color: 3761627.

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

Color convert

RGB 219 101 57 -
CMYK 0 0.54 0.74 0.14
HSL 16.3º 0.69% 0.54% -
HSV(B) 16.3º 0.74% 0.86% -
XYZ 34.61 24.66 6.81 -
YUV 131.27 86.09 190.58 -
System Red Green Blue C M Y K H S L
Decimal 219 101 57 0 0.54 0.74 0.14 16.3 0.69 0.54
Hex DB 65 39 0 36 4A E 10 45 36
Octal 333 145 71 0 66 112 16 20 105 66
Binary 11011011 1100101 111001 0 110110 1001010 1110 10000 1000101 110110

Color Harmonies of #DB6539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6539

Black with #DB6539

Text Example


Text Example

White with #DB6539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6539; }

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

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

background-color css

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

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

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

border-color css

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

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

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