Html Css Color HEX #DB6533 Sorbus

📋 copy color: '#DB6533'

red 219 ◦ green 101 ◦ blue 51

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

Shades of Sorbus #DB6533

Tints of Sorbus #DB6533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.75%

R = 59.03%
G = 27.22%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DB6533 (or 0xDB6533) is known color: Sorbus. HEX triplet: DB, 65 and 33. RGB value is (219,101,51). Sum of RGB (Red+Green+Blue) = 219+101+51=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 51 (20.31% from 255 or 13.75% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6533 is #249ACC. Grayscale: #828282. Windows color (decimal): -2398925 or 3368411. OLE color: 3368411.

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

Color convert

RGB 219 101 51 -
CMYK 0 0.54 0.77 0.14
HSL 17.86º 0.7% 0.53% -
HSV(B) 17.86º 0.77% 0.86% -
XYZ 34.46 24.61 6.07 -
YUV 130.58 83.09 191.07 -
System Red Green Blue C M Y K H S L
Decimal 219 101 51 0 0.54 0.77 0.14 17.86 0.7 0.53
Hex DB 65 33 0 36 4D E 12 46 35
Octal 333 145 63 0 66 115 16 22 106 65
Binary 11011011 1100101 110011 0 110110 1001101 1110 10010 1000110 110101

Color Harmonies of #DB6533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6533

Black with #DB6533

Text Example


Text Example

White with #DB6533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6533; }

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

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

background-color css

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

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

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

border-color css

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

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

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