Html Css Color HEX #DA6B46 Sorbus

📋 copy color: '#DA6B46'

red 218 ◦ green 107 ◦ blue 70

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

Shades of Sorbus #DA6B46

Tints of Sorbus #DA6B46

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.09%

 BLUE value IS 70 (27.73% from 255) = 17.72%

R = 55.19%
G = 27.09%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DA6B46 (or 0xDA6B46) is known color: Sorbus. HEX triplet: DA, 6B and 46. RGB value is (218,107,70). Sum of RGB (Red+Green+Blue) = 218+107+70=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 70 (27.73% from 255 or 17.72% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6B46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6B46 is #2594B9. Grayscale: #888888. Windows color (decimal): -2462906 or 4615130. OLE color: 4615130.

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

Color convert

RGB 218 107 70 -
CMYK 0 0.51 0.68 0.15
HSL 15º 0.67% 0.56% -
HSV(B) 15º 0.68% 0.85% -
XYZ 35.28 25.86 8.93 -
YUV 135.97 90.77 186.51 -
System Red Green Blue C M Y K H S L
Decimal 218 107 70 0 0.51 0.68 0.15 15 0.67 0.56
Hex DA 6B 46 0 33 44 F F 43 38
Octal 332 153 106 0 63 104 17 17 103 70
Binary 11011010 1101011 1000110 0 110011 1000100 1111 1111 1000011 111000

Color Harmonies of #DA6B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6B46

Black with #DA6B46

Text Example


Text Example

White with #DA6B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6B46; }

 p { color: rgb(218,107,70); }

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

background-color css

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

 a { background-color: rgb(218,107,70); }

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

border-color css

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

 span { border-color: rgb(218,107,70); }

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