Html Css Color HEX #DB6531 Sorbus

📋 copy color: '#DB6531'

red 219 ◦ green 101 ◦ blue 49

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

Shades of Sorbus #DB6531

Tints of Sorbus #DB6531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.28%

R = 59.35%
G = 27.37%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB6531 (or 0xDB6531) is known color: Sorbus. HEX triplet: DB, 65 and 31. RGB value is (219,101,49). Sum of RGB (Red+Green+Blue) = 219+101+49=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 49 (19.53% from 255 or 13.28% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6531 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6531 is #249ACE. Grayscale: #828282. Windows color (decimal): -2398927 or 3237339. OLE color: 3237339.

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

Color convert

RGB 219 101 49 -
CMYK 0 0.54 0.78 0.14
HSL 18.35º 0.7% 0.53% -
HSV(B) 18.35º 0.78% 0.86% -
XYZ 34.42 24.59 5.84 -
YUV 130.35 82.09 191.23 -
System Red Green Blue C M Y K H S L
Decimal 219 101 49 0 0.54 0.78 0.14 18.35 0.7 0.53
Hex DB 65 31 0 36 4E E 12 46 35
Octal 333 145 61 0 66 116 16 22 106 65
Binary 11011011 1100101 110001 0 110110 1001110 1110 10010 1000110 110101

Color Harmonies of #DB6531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6531

Black with #DB6531

Text Example


Text Example

White with #DB6531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6531; }

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

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

background-color css

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

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

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

border-color css

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

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

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