Html Css Color HEX #DB733C Sorbus

📋 copy color: '#DB733C'

red 219 ◦ green 115 ◦ blue 60

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

Shades of Sorbus #DB733C

Tints of Sorbus #DB733C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.23%

R = 55.58%
G = 29.19%
B = 15.23%

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

#DB733C (or 0xDB733C) is known color: Sorbus. HEX triplet: DB, 73 and 3C. RGB value is (219,115,60). Sum of RGB (Red+Green+Blue) = 219+115+60=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 60 (23.83% from 255 or 15.23% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB733C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB733C is #248CC3. Grayscale: #8C8C8C. Windows color (decimal): -2395332 or 3961819. OLE color: 3961819.

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

Color convert

RGB 219 115 60 -
CMYK 0 0.47 0.73 0.14
HSL 20.75º 0.69% 0.55% -
HSV(B) 20.75º 0.73% 0.86% -
XYZ 36.16 27.65 7.71 -
YUV 139.83 82.96 184.47 -
System Red Green Blue C M Y K H S L
Decimal 219 115 60 0 0.47 0.73 0.14 20.75 0.69 0.55
Hex DB 73 3C 0 2F 49 E 15 45 37
Octal 333 163 74 0 57 111 16 25 105 67
Binary 11011011 1110011 111100 0 101111 1001001 1110 10101 1000101 110111

Color Harmonies of #DB733C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB733C

Black with #DB733C

Text Example


Text Example

White with #DB733C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB733C; }

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

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

background-color css

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

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

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

border-color css

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

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

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