Html Css Color HEX #DA663C Sorbus

📋 copy color: '#DA663C'

red 218 ◦ green 102 ◦ blue 60

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

Shades of Sorbus #DA663C

Tints of Sorbus #DA663C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.79%

R = 57.37%
G = 26.84%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA663C (or 0xDA663C) is known color: Sorbus. HEX triplet: DA, 66 and 3C. RGB value is (218,102,60). Sum of RGB (Red+Green+Blue) = 218+102+60=380 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.37% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 60 (23.83% from 255 or 15.79% from 380); Max value from RGB is 218 - color contains mainly: red. Hex color #DA663C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA663C is #2599C3. Grayscale: #848484. Windows color (decimal): -2464196 or 3958490. OLE color: 3958490.

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

Color convert

RGB 218 102 60 -
CMYK 0 0.53 0.72 0.15
HSL 15.95º 0.68% 0.55% -
HSV(B) 15.95º 0.72% 0.85% -
XYZ 34.48 24.73 7.23 -
YUV 131.9 87.43 189.42 -
System Red Green Blue C M Y K H S L
Decimal 218 102 60 0 0.53 0.72 0.15 15.95 0.68 0.55
Hex DA 66 3C 0 35 48 F 10 44 37
Octal 332 146 74 0 65 110 17 20 104 67
Binary 11011010 1100110 111100 0 110101 1001000 1111 10000 1000100 110111

Color Harmonies of #DA663C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA663C

Black with #DA663C

Text Example


Text Example

White with #DA663C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA663C; }

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

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

background-color css

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

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

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

border-color css

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

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

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