Html Css Color HEX #DA6640 Sorbus

📋 copy color: '#DA6640'

red 218 ◦ green 102 ◦ blue 64

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

Shades of Sorbus #DA6640

Tints of Sorbus #DA6640

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.56%

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

R = 56.77%
G = 26.56%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA6640 (or 0xDA6640) is known color: Sorbus. HEX triplet: DA, 66 and 40. RGB value is (218,102,64). Sum of RGB (Red+Green+Blue) = 218+102+64=384 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.77% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 64 (25.39% from 255 or 16.67% from 384); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6640 is #2599BF. Grayscale: #848484. Windows color (decimal): -2464192 or 4220634. OLE color: 4220634.

HSL color Cylindrical-coordinate representation of color #DA6640: hue angle of 14.81º 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 #DA6640 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 102 64 -
CMYK 0 0.53 0.71 0.15
HSL 14.81º 0.68% 0.55% -
HSV(B) 14.81º 0.71% 0.85% -
XYZ 34.59 24.78 7.81 -
YUV 132.35 89.43 189.09 -
System Red Green Blue C M Y K H S L
Decimal 218 102 64 0 0.53 0.71 0.15 14.81 0.68 0.55
Hex DA 66 40 0 35 47 F F 44 37
Octal 332 146 100 0 65 107 17 17 104 67
Binary 11011010 1100110 1000000 0 110101 1000111 1111 1111 1000100 110111

Color Harmonies of #DA6640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6640

Black with #DA6640

Text Example


Text Example

White with #DA6640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6640; }

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

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

background-color css

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

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

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

border-color css

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

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

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