Html Css Color HEX #DB6434 Sorbus

📋 copy color: '#DB6434'

red 219 ◦ green 100 ◦ blue 52

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

Shades of Sorbus #DB6434

Tints of Sorbus #DB6434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.02%

R = 59.03%
G = 26.95%
B = 14.02%

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

#DB6434 (or 0xDB6434) is known color: Sorbus. HEX triplet: DB, 64 and 34. RGB value is (219,100,52). Sum of RGB (Red+Green+Blue) = 219+100+52=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6434 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6434 is #249BCB. Grayscale: #828282. Windows color (decimal): -2399180 or 3433691. OLE color: 3433691.

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

Color convert

RGB 219 100 52 -
CMYK 0 0.54 0.76 0.14
HSL 17.25º 0.7% 0.53% -
HSV(B) 17.25º 0.76% 0.86% -
XYZ 34.39 24.42 6.15 -
YUV 130.11 83.92 191.4 -
System Red Green Blue C M Y K H S L
Decimal 219 100 52 0 0.54 0.76 0.14 17.25 0.7 0.53
Hex DB 64 34 0 36 4C E 11 46 35
Octal 333 144 64 0 66 114 16 21 106 65
Binary 11011011 1100100 110100 0 110110 1001100 1110 10001 1000110 110101

Color Harmonies of #DB6434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6434

Black with #DB6434

Text Example


Text Example

White with #DB6434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6434; }

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

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

background-color css

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

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

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

border-color css

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

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

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