Html Css Color HEX #DB6535 Sorbus

📋 copy color: '#DB6535'

red 219 ◦ green 101 ◦ blue 53

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

Shades of Sorbus #DB6535

Tints of Sorbus #DB6535

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.08%

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

R = 58.71%
G = 27.08%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB6535 (or 0xDB6535) is known color: Sorbus. HEX triplet: DB, 65 and 35. RGB value is (219,101,53). Sum of RGB (Red+Green+Blue) = 219+101+53=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 53 (21.09% from 255 or 14.21% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6535 is #249ACA. Grayscale: #838383. Windows color (decimal): -2398923 or 3499483. OLE color: 3499483.

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

Color convert

RGB 219 101 53 -
CMYK 0 0.54 0.76 0.14
HSL 17.35º 0.7% 0.53% -
HSV(B) 17.35º 0.76% 0.86% -
XYZ 34.51 24.62 6.3 -
YUV 130.81 84.09 190.9 -
System Red Green Blue C M Y K H S L
Decimal 219 101 53 0 0.54 0.76 0.14 17.35 0.7 0.53
Hex DB 65 35 0 36 4C E 11 46 35
Octal 333 145 65 0 66 114 16 21 106 65
Binary 11011011 1100101 110101 0 110110 1001100 1110 10001 1000110 110101

Color Harmonies of #DB6535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6535

Black with #DB6535

Text Example


Text Example

White with #DB6535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6535; }

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

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

background-color css

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

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

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

border-color css

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

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

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