Html Css Color HEX #DB763A Sorbus

📋 copy color: '#DB763A'

red 219 ◦ green 118 ◦ blue 58

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

Shades of Sorbus #DB763A

Tints of Sorbus #DB763A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.68%

R = 55.44%
G = 29.87%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB763A (or 0xDB763A) is known color: Sorbus. HEX triplet: DB, 76 and 3A. RGB value is (219,118,58). Sum of RGB (Red+Green+Blue) = 219+118+58=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 58 (23.05% from 255 or 14.68% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB763A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB763A is #2489C5. Grayscale: #8D8D8D. Windows color (decimal): -2394566 or 3831515. OLE color: 3831515.

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

Color convert

RGB 219 118 58 -
CMYK 0 0.46 0.74 0.14
HSL 22.36º 0.69% 0.54% -
HSV(B) 22.36º 0.74% 0.86% -
XYZ 36.46 28.32 7.55 -
YUV 141.36 80.96 183.38 -
System Red Green Blue C M Y K H S L
Decimal 219 118 58 0 0.46 0.74 0.14 22.36 0.69 0.54
Hex DB 76 3A 0 2E 4A E 16 45 36
Octal 333 166 72 0 56 112 16 26 105 66
Binary 11011011 1110110 111010 0 101110 1001010 1110 10110 1000101 110110

Color Harmonies of #DB763A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB763A

Black with #DB763A

Text Example


Text Example

White with #DB763A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB763A; }

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

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

background-color css

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

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

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

border-color css

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

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

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