Html Css Color HEX #DB6436 Sorbus

📋 copy color: '#DB6436'

red 219 ◦ green 100 ◦ blue 54

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

Shades of Sorbus #DB6436

Tints of Sorbus #DB6436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.48%

R = 58.71%
G = 26.81%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DB6436 (or 0xDB6436) is known color: Sorbus. HEX triplet: DB, 64 and 36. RGB value is (219,100,54). Sum of RGB (Red+Green+Blue) = 219+100+54=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 54 (21.48% from 255 or 14.48% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6436 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6436 is #249BC9. Grayscale: #828282. Windows color (decimal): -2399178 or 3564763. OLE color: 3564763.

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

Color convert

RGB 219 100 54 -
CMYK 0 0.54 0.75 0.14
HSL 16.73º 0.7% 0.54% -
HSV(B) 16.73º 0.75% 0.86% -
XYZ 34.44 24.44 6.39 -
YUV 130.34 84.92 191.24 -
System Red Green Blue C M Y K H S L
Decimal 219 100 54 0 0.54 0.75 0.14 16.73 0.7 0.54
Hex DB 64 36 0 36 4B E 11 46 36
Octal 333 144 66 0 66 113 16 21 106 66
Binary 11011011 1100100 110110 0 110110 1001011 1110 10001 1000110 110110

Color Harmonies of #DB6436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6436

Black with #DB6436

Text Example


Text Example

White with #DB6436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6436; }

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

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

background-color css

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

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

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

border-color css

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

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

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