Html Css Color HEX #DB6F3E Sorbus

📋 copy color: '#DB6F3E'

red 219 ◦ green 111 ◦ blue 62

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

Shades of Sorbus #DB6F3E

Tints of Sorbus #DB6F3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.82%

R = 55.87%
G = 28.32%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DB6F3E (or 0xDB6F3E) is known color: Sorbus. HEX triplet: DB, 6F and 3E. RGB value is (219,111,62). Sum of RGB (Red+Green+Blue) = 219+111+62=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 62 (24.61% from 255 or 15.82% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6F3E is #2490C1. Grayscale: #8A8A8A. Windows color (decimal): -2396354 or 4091867. OLE color: 4091867.

HSL color Cylindrical-coordinate representation of color #DB6F3E: hue angle of 18.73º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB6F3E is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 111 62 -
CMYK 0 0.49 0.72 0.14
HSL 18.73º 0.69% 0.55% -
HSV(B) 18.73º 0.72% 0.86% -
XYZ 35.77 26.78 7.84 -
YUV 137.71 85.28 185.98 -
System Red Green Blue C M Y K H S L
Decimal 219 111 62 0 0.49 0.72 0.14 18.73 0.69 0.55
Hex DB 6F 3E 0 31 48 E 13 45 37
Octal 333 157 76 0 61 110 16 23 105 67
Binary 11011011 1101111 111110 0 110001 1001000 1110 10011 1000101 110111

Color Harmonies of #DB6F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6F3E

Black with #DB6F3E

Text Example


Text Example

White with #DB6F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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