Html Css Color HEX #DA6F40 Sorbus

📋 copy color: '#DA6F40'

red 218 ◦ green 111 ◦ blue 64

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

Shades of Sorbus #DA6F40

Tints of Sorbus #DA6F40

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.24%

 BLUE value IS 64 (25.39% from 255) = 16.28%

R = 55.47%
G = 28.24%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA6F40 (or 0xDA6F40) is known color: Sorbus. HEX triplet: DA, 6F and 40. RGB value is (218,111,64). Sum of RGB (Red+Green+Blue) = 218+111+64=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6F40 is #2590BF. Grayscale: #898989. Windows color (decimal): -2461888 or 4222938. OLE color: 4222938.

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

Color convert

RGB 218 111 64 -
CMYK 0 0.49 0.71 0.15
HSL 18.31º 0.68% 0.55% -
HSV(B) 18.31º 0.71% 0.85% -
XYZ 35.52 26.64 8.12 -
YUV 137.64 86.45 185.32 -
System Red Green Blue C M Y K H S L
Decimal 218 111 64 0 0.49 0.71 0.15 18.31 0.68 0.55
Hex DA 6F 40 0 31 47 F 12 44 37
Octal 332 157 100 0 61 107 17 22 104 67
Binary 11011010 1101111 1000000 0 110001 1000111 1111 10010 1000100 110111

Color Harmonies of #DA6F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6F40

Black with #DA6F40

Text Example


Text Example

White with #DA6F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6F40; }

 p { color: rgb(218,111,64); }

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

background-color css

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

 a { background-color: rgb(218,111,64); }

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

border-color css

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

 span { border-color: rgb(218,111,64); }

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