Html Css Color HEX #DB6F42 Sorbus

📋 copy color: '#DB6F42'

red 219 ◦ green 111 ◦ blue 66

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

Shades of Sorbus #DB6F42

Tints of Sorbus #DB6F42

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.03%

 BLUE value IS 66 (26.17% from 255) = 16.67%

R = 55.3%
G = 28.03%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB6F42 (or 0xDB6F42) is known color: Sorbus. HEX triplet: DB, 6F and 42. RGB value is (219,111,66). Sum of RGB (Red+Green+Blue) = 219+111+66=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 111 (43.75% from 255 or 28.03% from 396); Blue value is 66 (26.17% from 255 or 16.67% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6F42 is #2490BD. Grayscale: #8A8A8A. Windows color (decimal): -2396350 or 4354011. OLE color: 4354011.

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

Color convert

RGB 219 111 66 -
CMYK 0 0.49 0.70 0.14
HSL 17.65º 0.68% 0.56% -
HSV(B) 17.65º 0.7% 0.86% -
XYZ 35.88 26.82 8.44 -
YUV 138.16 87.28 185.66 -
System Red Green Blue C M Y K H S L
Decimal 219 111 66 0 0.49 0.70 0.14 17.65 0.68 0.56
Hex DB 6F 42 0 31 46 E 12 44 38
Octal 333 157 102 0 61 106 16 22 104 70
Binary 11011011 1101111 1000010 0 110001 1000110 1110 10010 1000100 111000

Color Harmonies of #DB6F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6F42

Black with #DB6F42

Text Example


Text Example

White with #DB6F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6F42; }

 p { color: rgb(219,111,66); }

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

background-color css

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

 a { background-color: rgb(219,111,66); }

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

border-color css

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

 span { border-color: rgb(219,111,66); }

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