Html Css Color HEX #DB6232 Sorbus

📋 copy color: '#DB6232'

red 219 ◦ green 98 ◦ blue 50

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

Shades of Sorbus #DB6232

Tints of Sorbus #DB6232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.62%

R = 59.67%
G = 26.7%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DB6232 (or 0xDB6232) is known color: Sorbus. HEX triplet: DB, 62 and 32. RGB value is (219,98,50). Sum of RGB (Red+Green+Blue) = 219+98+50=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 50 (19.92% from 255 or 13.62% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6232 is #249DCD. Grayscale: #818181. Windows color (decimal): -2399694 or 3302107. OLE color: 3302107.

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

Color convert

RGB 219 98 50 -
CMYK 0 0.55 0.77 0.14
HSL 17.04º 0.7% 0.53% -
HSV(B) 17.04º 0.77% 0.86% -
XYZ 34.16 24.03 5.85 -
YUV 128.71 83.59 192.4 -
System Red Green Blue C M Y K H S L
Decimal 219 98 50 0 0.55 0.77 0.14 17.04 0.7 0.53
Hex DB 62 32 0 37 4D E 11 46 35
Octal 333 142 62 0 67 115 16 21 106 65
Binary 11011011 1100010 110010 0 110111 1001101 1110 10001 1000110 110101

Color Harmonies of #DB6232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6232

Black with #DB6232

Text Example


Text Example

White with #DB6232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6232; }

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

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

background-color css

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

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

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

border-color css

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

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

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