Html Css Color HEX #DA743D Sorbus

📋 copy color: '#DA743D'

red 218 ◦ green 116 ◦ blue 61

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

Shades of Sorbus #DA743D

Tints of Sorbus #DA743D

RGB

 RED value IS 218 (85.55% from 255) = 55.19%

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

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

R = 55.19%
G = 29.37%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA743D (or 0xDA743D) is known color: Sorbus. HEX triplet: DA, 74 and 3D. RGB value is (218,116,61). Sum of RGB (Red+Green+Blue) = 218+116+61=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 61 (24.22% from 255 or 15.44% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA743D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA743D is #258BC2. Grayscale: #8C8C8C. Windows color (decimal): -2460611 or 4027610. OLE color: 4027610.

HSL color Cylindrical-coordinate representation of color #DA743D: hue angle of 21.02º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA743D is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 116 61 -
CMYK 0 0.47 0.72 0.15
HSL 21.02º 0.68% 0.55% -
HSV(B) 21.02º 0.72% 0.85% -
XYZ 36 27.73 7.87 -
YUV 140.23 83.29 183.47 -
System Red Green Blue C M Y K H S L
Decimal 218 116 61 0 0.47 0.72 0.15 21.02 0.68 0.55
Hex DA 74 3D 0 2F 48 F 15 44 37
Octal 332 164 75 0 57 110 17 25 104 67
Binary 11011010 1110100 111101 0 101111 1001000 1111 10101 1000100 110111

Color Harmonies of #DA743D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA743D

Black with #DA743D

Text Example


Text Example

White with #DA743D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA743D; }

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

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

background-color css

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

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

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

border-color css

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

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

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