Html Css Color HEX #DA663A Sorbus

📋 copy color: '#DA663A'

red 218 ◦ green 102 ◦ blue 58

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

Shades of Sorbus #DA663A

Tints of Sorbus #DA663A

RGB

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

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

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

R = 57.67%
G = 26.98%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DA663A (or 0xDA663A) is known color: Sorbus. HEX triplet: DA, 66 and 3A. RGB value is (218,102,58). Sum of RGB (Red+Green+Blue) = 218+102+58=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA663A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA663A is #2599C5. Grayscale: #838383. Windows color (decimal): -2464198 or 3827418. OLE color: 3827418.

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

Color convert

RGB 218 102 58 -
CMYK 0 0.53 0.73 0.15
HSL 16.5º 0.68% 0.54% -
HSV(B) 16.5º 0.73% 0.85% -
XYZ 34.43 24.71 6.96 -
YUV 131.67 86.43 189.58 -
System Red Green Blue C M Y K H S L
Decimal 218 102 58 0 0.53 0.73 0.15 16.5 0.68 0.54
Hex DA 66 3A 0 35 49 F 10 44 36
Octal 332 146 72 0 65 111 17 20 104 66
Binary 11011010 1100110 111010 0 110101 1001001 1111 10000 1000100 110110

Color Harmonies of #DA663A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA663A

Black with #DA663A

Text Example


Text Example

White with #DA663A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA663A; }

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

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

background-color css

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

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

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

border-color css

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

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

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