Html Css Color HEX #DB6738 Sorbus

📋 copy color: '#DB6738'

red 219 ◦ green 103 ◦ blue 56

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

Shades of Sorbus #DB6738

Tints of Sorbus #DB6738

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.25%

 BLUE value IS 56 (22.27% from 255) = 14.81%

R = 57.94%
G = 27.25%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB6738 (or 0xDB6738) is known color: Sorbus. HEX triplet: DB, 67 and 38. RGB value is (219,103,56). Sum of RGB (Red+Green+Blue) = 219+103+56=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 56 (22.27% from 255 or 14.81% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6738 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6738 is #2498C7. Grayscale: #848484. Windows color (decimal): -2398408 or 3696603. OLE color: 3696603.

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

Color convert

RGB 219 103 56 -
CMYK 0 0.53 0.74 0.14
HSL 17.3º 0.69% 0.54% -
HSV(B) 17.3º 0.74% 0.86% -
XYZ 34.78 25.05 6.74 -
YUV 132.33 84.93 189.82 -
System Red Green Blue C M Y K H S L
Decimal 219 103 56 0 0.53 0.74 0.14 17.3 0.69 0.54
Hex DB 67 38 0 35 4A E 11 45 36
Octal 333 147 70 0 65 112 16 21 105 66
Binary 11011011 1100111 111000 0 110101 1001010 1110 10001 1000101 110110

Color Harmonies of #DB6738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6738

Black with #DB6738

Text Example


Text Example

White with #DB6738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6738; }

 p { color: rgb(219,103,56); }

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

background-color css

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

 a { background-color: rgb(219,103,56); }

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

border-color css

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

 span { border-color: rgb(219,103,56); }

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