Html Css Color HEX #DB733B Sorbus

📋 copy color: '#DB733B'

red 219 ◦ green 115 ◦ blue 59

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

Shades of Sorbus #DB733B

Tints of Sorbus #DB733B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.26%

 BLUE value IS 59 (23.44% from 255) = 15.01%

R = 55.73%
G = 29.26%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DB733B (or 0xDB733B) is known color: Sorbus. HEX triplet: DB, 73 and 3B. RGB value is (219,115,59). Sum of RGB (Red+Green+Blue) = 219+115+59=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 59 (23.44% from 255 or 15.01% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB733B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB733B is #248CC4. Grayscale: #8C8C8C. Windows color (decimal): -2395333 or 3896283. OLE color: 3896283.

HSL color Cylindrical-coordinate representation of color #DB733B: hue angle of 21º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB733B is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 115 59 -
CMYK 0 0.47 0.73 0.14
HSL 21º 0.69% 0.55% -
HSV(B) 21º 0.73% 0.86% -
XYZ 36.13 27.64 7.57 -
YUV 139.71 82.46 184.55 -
System Red Green Blue C M Y K H S L
Decimal 219 115 59 0 0.47 0.73 0.14 21 0.69 0.55
Hex DB 73 3B 0 2F 49 E 15 45 37
Octal 333 163 73 0 57 111 16 25 105 67
Binary 11011011 1110011 111011 0 101111 1001001 1110 10101 1000101 110111

Color Harmonies of #DB733B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB733B

Black with #DB733B

Text Example


Text Example

White with #DB733B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB733B; }

 p { color: rgb(219,115,59); }

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

background-color css

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

 a { background-color: rgb(219,115,59); }

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

border-color css

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

 span { border-color: rgb(219,115,59); }

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