Html Css Color HEX #DB763B Sorbus

📋 copy color: '#DB763B'

red 219 ◦ green 118 ◦ blue 59

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

Shades of Sorbus #DB763B

Tints of Sorbus #DB763B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.8%

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

R = 55.3%
G = 29.8%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DB763B (or 0xDB763B) is known color: Sorbus. HEX triplet: DB, 76 and 3B. RGB value is (219,118,59). Sum of RGB (Red+Green+Blue) = 219+118+59=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 59 (23.44% from 255 or 14.90% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB763B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB763B is #2489C4. Grayscale: #8D8D8D. Windows color (decimal): -2394565 or 3897051. OLE color: 3897051.

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

Color convert

RGB 219 118 59 -
CMYK 0 0.46 0.73 0.14
HSL 22.13º 0.69% 0.55% -
HSV(B) 22.13º 0.73% 0.86% -
XYZ 36.48 28.33 7.68 -
YUV 141.47 81.46 183.3 -
System Red Green Blue C M Y K H S L
Decimal 219 118 59 0 0.46 0.73 0.14 22.13 0.69 0.55
Hex DB 76 3B 0 2E 49 E 16 45 37
Octal 333 166 73 0 56 111 16 26 105 67
Binary 11011011 1110110 111011 0 101110 1001001 1110 10110 1000101 110111

Color Harmonies of #DB763B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB763B

Black with #DB763B

Text Example


Text Example

White with #DB763B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB763B; }

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

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

background-color css

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

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

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

border-color css

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

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

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