Html Css Color HEX #DB743D Sorbus

📋 copy color: '#DB743D'

red 219 ◦ green 116 ◦ blue 61

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

Shades of Sorbus #DB743D

Tints of Sorbus #DB743D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.29%

 BLUE value IS 61 (24.22% from 255) = 15.4%

R = 55.3%
G = 29.29%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DB743D (or 0xDB743D) is known color: Sorbus. HEX triplet: DB, 74 and 3D. RGB value is (219,116,61). Sum of RGB (Red+Green+Blue) = 219+116+61=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 116 (45.70% from 255 or 29.29% from 396); Blue value is 61 (24.22% from 255 or 15.40% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB743D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB743D is #248BC2. Grayscale: #8C8C8C. Windows color (decimal): -2395075 or 4027611. OLE color: 4027611.

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

Color convert

RGB 219 116 61 -
CMYK 0 0.47 0.72 0.14
HSL 20.89º 0.69% 0.55% -
HSV(B) 20.89º 0.72% 0.86% -
XYZ 36.3 27.89 7.88 -
YUV 140.53 83.12 183.97 -
System Red Green Blue C M Y K H S L
Decimal 219 116 61 0 0.47 0.72 0.14 20.89 0.69 0.55
Hex DB 74 3D 0 2F 48 E 15 45 37
Octal 333 164 75 0 57 110 16 25 105 67
Binary 11011011 1110100 111101 0 101111 1001000 1110 10101 1000101 110111

Color Harmonies of #DB743D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB743D

Black with #DB743D

Text Example


Text Example

White with #DB743D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB743D; }

 p { color: rgb(219,116,61); }

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

background-color css

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

 a { background-color: rgb(219,116,61); }

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

border-color css

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

 span { border-color: rgb(219,116,61); }

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