Html Css Color HEX #DA6A44 Sorbus

📋 copy color: '#DA6A44'

red 218 ◦ green 106 ◦ blue 68

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

Shades of Sorbus #DA6A44

Tints of Sorbus #DA6A44

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.04%

 BLUE value IS 68 (26.95% from 255) = 17.35%

R = 55.61%
G = 27.04%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#DA6A44 (or 0xDA6A44) is known color: Sorbus. HEX triplet: DA, 6A and 44. RGB value is (218,106,68). Sum of RGB (Red+Green+Blue) = 218+106+68=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 68 (26.95% from 255 or 17.35% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6A44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6A44 is #2595BB. Grayscale: #878787. Windows color (decimal): -2463164 or 4483802. OLE color: 4483802.

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

Color convert

RGB 218 106 68 -
CMYK 0 0.51 0.69 0.15
HSL 15.2º 0.67% 0.56% -
HSV(B) 15.2º 0.69% 0.85% -
XYZ 35.11 25.63 8.57 -
YUV 135.16 90.11 187.09 -
System Red Green Blue C M Y K H S L
Decimal 218 106 68 0 0.51 0.69 0.15 15.2 0.67 0.56
Hex DA 6A 44 0 33 45 F F 43 38
Octal 332 152 104 0 63 105 17 17 103 70
Binary 11011010 1101010 1000100 0 110011 1000101 1111 1111 1000011 111000

Color Harmonies of #DA6A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6A44

Black with #DA6A44

Text Example


Text Example

White with #DA6A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6A44; }

 p { color: rgb(218,106,68); }

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

background-color css

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

 a { background-color: rgb(218,106,68); }

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

border-color css

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

 span { border-color: rgb(218,106,68); }

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