Html Css Color HEX #DB6231 Sorbus

📋 copy color: '#DB6231'

red 219 ◦ green 98 ◦ blue 49

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

Shades of Sorbus #DB6231

Tints of Sorbus #DB6231

RGB

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

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

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

R = 59.84%
G = 26.78%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB6231 (or 0xDB6231) is known color: Sorbus. HEX triplet: DB, 62 and 31. RGB value is (219,98,49). Sum of RGB (Red+Green+Blue) = 219+98+49=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 98 (38.67% from 255 or 26.78% from 366); Blue value is 49 (19.53% from 255 or 13.39% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6231 is #249DCE. Grayscale: #808080. Windows color (decimal): -2399695 or 3236571. OLE color: 3236571.

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

Color convert

RGB 219 98 49 -
CMYK 0 0.55 0.78 0.14
HSL 17.29º 0.7% 0.53% -
HSV(B) 17.29º 0.78% 0.86% -
XYZ 34.14 24.02 5.74 -
YUV 128.59 83.09 192.48 -
System Red Green Blue C M Y K H S L
Decimal 219 98 49 0 0.55 0.78 0.14 17.29 0.7 0.53
Hex DB 62 31 0 37 4E E 11 46 35
Octal 333 142 61 0 67 116 16 21 106 65
Binary 11011011 1100010 110001 0 110111 1001110 1110 10001 1000110 110101

Color Harmonies of #DB6231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6231

Black with #DB6231

Text Example


Text Example

White with #DB6231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6231; }

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

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

background-color css

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

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

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

border-color css

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

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

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