Html Css Color HEX #DB6333 Sorbus

📋 copy color: '#DB6333'

red 219 ◦ green 99 ◦ blue 51

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

Shades of Sorbus #DB6333

Tints of Sorbus #DB6333

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.83%

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

R = 59.35%
G = 26.83%
B = 13.82%

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

#DB6333 (or 0xDB6333) is known color: Sorbus. HEX triplet: DB, 63 and 33. RGB value is (219,99,51). Sum of RGB (Red+Green+Blue) = 219+99+51=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 51 (20.31% from 255 or 13.82% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6333 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6333 is #249CCC. Grayscale: #818181. Windows color (decimal): -2399437 or 3367899. OLE color: 3367899.

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

Color convert

RGB 219 99 51 -
CMYK 0 0.55 0.77 0.14
HSL 17.14º 0.7% 0.53% -
HSV(B) 17.14º 0.77% 0.86% -
XYZ 34.27 24.22 6 -
YUV 129.41 83.76 191.9 -
System Red Green Blue C M Y K H S L
Decimal 219 99 51 0 0.55 0.77 0.14 17.14 0.7 0.53
Hex DB 63 33 0 37 4D E 11 46 35
Octal 333 143 63 0 67 115 16 21 106 65
Binary 11011011 1100011 110011 0 110111 1001101 1110 10001 1000110 110101

Color Harmonies of #DB6333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6333

Black with #DB6333

Text Example


Text Example

White with #DB6333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6333; }

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

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

background-color css

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

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

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

border-color css

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

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

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