Html Css Color HEX #DB6731 Sorbus

📋 copy color: '#DB6731'

red 219 ◦ green 103 ◦ blue 49

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

Shades of Sorbus #DB6731

Tints of Sorbus #DB6731

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.76%

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

R = 59.03%
G = 27.76%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB6731 (or 0xDB6731) is known color: Sorbus. HEX triplet: DB, 67 and 31. RGB value is (219,103,49). Sum of RGB (Red+Green+Blue) = 219+103+49=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 49 (19.53% from 255 or 13.21% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6731 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6731 is #2498CE. Grayscale: #838383. Windows color (decimal): -2398415 or 3237851. OLE color: 3237851.

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

Color convert

RGB 219 103 49 -
CMYK 0 0.53 0.78 0.14
HSL 19.06º 0.7% 0.53% -
HSV(B) 19.06º 0.78% 0.86% -
XYZ 34.62 24.98 5.9 -
YUV 131.53 81.43 190.39 -
System Red Green Blue C M Y K H S L
Decimal 219 103 49 0 0.53 0.78 0.14 19.06 0.7 0.53
Hex DB 67 31 0 35 4E E 13 46 35
Octal 333 147 61 0 65 116 16 23 106 65
Binary 11011011 1100111 110001 0 110101 1001110 1110 10011 1000110 110101

Color Harmonies of #DB6731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6731

Black with #DB6731

Text Example


Text Example

White with #DB6731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6731; }

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

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

background-color css

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

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

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

border-color css

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

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

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