Html Css Color HEX #DB743C Sorbus

📋 copy color: '#DB743C'

red 219 ◦ green 116 ◦ blue 60

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

Shades of Sorbus #DB743C

Tints of Sorbus #DB743C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.19%

R = 55.44%
G = 29.37%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DB743C (or 0xDB743C) is known color: Sorbus. HEX triplet: DB, 74 and 3C. RGB value is (219,116,60). Sum of RGB (Red+Green+Blue) = 219+116+60=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 60 (23.83% from 255 or 15.19% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB743C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB743C is #248BC3. Grayscale: #8C8C8C. Windows color (decimal): -2395076 or 3962075. OLE color: 3962075.

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

Color convert

RGB 219 116 60 -
CMYK 0 0.47 0.73 0.14
HSL 21.13º 0.69% 0.55% -
HSV(B) 21.13º 0.73% 0.86% -
XYZ 36.27 27.88 7.74 -
YUV 140.41 82.62 184.05 -
System Red Green Blue C M Y K H S L
Decimal 219 116 60 0 0.47 0.73 0.14 21.13 0.69 0.55
Hex DB 74 3C 0 2F 49 E 15 45 37
Octal 333 164 74 0 57 111 16 25 105 67
Binary 11011011 1110100 111100 0 101111 1001001 1110 10101 1000101 110111

Color Harmonies of #DB743C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB743C

Black with #DB743C

Text Example


Text Example

White with #DB743C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB743C; }

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

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

background-color css

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

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

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

border-color css

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

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

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