Html Css Color HEX #DB6735 Sorbus

📋 copy color: '#DB6735'

red 219 ◦ green 103 ◦ blue 53

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

Shades of Sorbus #DB6735

Tints of Sorbus #DB6735

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.47%

 BLUE value IS 53 (21.09% from 255) = 14.13%

R = 58.4%
G = 27.47%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB6735 (or 0xDB6735) is known color: Sorbus. HEX triplet: DB, 67 and 35. RGB value is (219,103,53). Sum of RGB (Red+Green+Blue) = 219+103+53=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 53 (21.09% from 255 or 14.13% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6735 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6735 is #2498CA. Grayscale: #848484. Windows color (decimal): -2398411 or 3499995. OLE color: 3499995.

HSL color Cylindrical-coordinate representation of color #DB6735: hue angle of 18.07º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB6735 is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 103 53 -
CMYK 0 0.53 0.76 0.14
HSL 18.07º 0.7% 0.53% -
HSV(B) 18.07º 0.76% 0.86% -
XYZ 34.71 25.02 6.37 -
YUV 131.98 83.43 190.07 -
System Red Green Blue C M Y K H S L
Decimal 219 103 53 0 0.53 0.76 0.14 18.07 0.7 0.53
Hex DB 67 35 0 35 4C E 12 46 35
Octal 333 147 65 0 65 114 16 22 106 65
Binary 11011011 1100111 110101 0 110101 1001100 1110 10010 1000110 110101

Color Harmonies of #DB6735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6735

Black with #DB6735

Text Example


Text Example

White with #DB6735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6735; }

 p { color: rgb(219,103,53); }

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

background-color css

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

 a { background-color: rgb(219,103,53); }

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

border-color css

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

 span { border-color: rgb(219,103,53); }

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