Html Css Color HEX #DB6435 Sorbus

📋 copy color: '#DB6435'

red 219 ◦ green 100 ◦ blue 53

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

Shades of Sorbus #DB6435

Tints of Sorbus #DB6435

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.88%

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

R = 58.87%
G = 26.88%
B = 14.25%

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

#DB6435 (or 0xDB6435) is known color: Sorbus. HEX triplet: DB, 64 and 35. RGB value is (219,100,53). Sum of RGB (Red+Green+Blue) = 219+100+53=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 53 (21.09% from 255 or 14.25% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6435 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6435 is #249BCA. Grayscale: #828282. Windows color (decimal): -2399179 or 3499227. OLE color: 3499227.

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

Color convert

RGB 219 100 53 -
CMYK 0 0.54 0.76 0.14
HSL 16.99º 0.7% 0.53% -
HSV(B) 16.99º 0.76% 0.86% -
XYZ 34.41 24.43 6.27 -
YUV 130.22 84.42 191.32 -
System Red Green Blue C M Y K H S L
Decimal 219 100 53 0 0.54 0.76 0.14 16.99 0.7 0.53
Hex DB 64 35 0 36 4C E 11 46 35
Octal 333 144 65 0 66 114 16 21 106 65
Binary 11011011 1100100 110101 0 110110 1001100 1110 10001 1000110 110101

Color Harmonies of #DB6435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6435

Black with #DB6435

Text Example


Text Example

White with #DB6435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6435; }

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

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

background-color css

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

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

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

border-color css

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

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

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