Html Css Color HEX #DA6D3A Sorbus

📋 copy color: '#DA6D3A'

red 218 ◦ green 109 ◦ blue 58

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

Shades of Sorbus #DA6D3A

Tints of Sorbus #DA6D3A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.31%

 BLUE value IS 58 (23.05% from 255) = 15.06%

R = 56.62%
G = 28.31%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DA6D3A (or 0xDA6D3A) is known color: Sorbus. HEX triplet: DA, 6D and 3A. RGB value is (218,109,58). Sum of RGB (Red+Green+Blue) = 218+109+58=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 58 (23.05% from 255 or 15.06% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6D3A is #2592C5. Grayscale: #888888. Windows color (decimal): -2462406 or 3829210. OLE color: 3829210.

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

Color convert

RGB 218 109 58 -
CMYK 0 0.5 0.73 0.15
HSL 19.13º 0.68% 0.54% -
HSV(B) 19.13º 0.73% 0.85% -
XYZ 35.15 26.15 7.2 -
YUV 135.78 84.11 186.65 -
System Red Green Blue C M Y K H S L
Decimal 218 109 58 0 0.5 0.73 0.15 19.13 0.68 0.54
Hex DA 6D 3A 0 32 49 F 13 44 36
Octal 332 155 72 0 62 111 17 23 104 66
Binary 11011010 1101101 111010 0 110010 1001001 1111 10011 1000100 110110

Color Harmonies of #DA6D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6D3A

Black with #DA6D3A

Text Example


Text Example

White with #DA6D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6D3A; }

 p { color: rgb(218,109,58); }

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

background-color css

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

 a { background-color: rgb(218,109,58); }

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

border-color css

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

 span { border-color: rgb(218,109,58); }

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